azure-native-v2.sql.ServerTrustCertificate
Explore with Pulumi AI
Server trust certificate imported from box to enable connection between box and Sql Managed Instance. Azure REST API version: 2021-11-01. Prior API version in Azure Native 1.x: 2021-05-01-preview.
Other available API versions: 2022-11-01-preview, 2023-02-01-preview, 2023-05-01-preview, 2023-08-01-preview, 2024-05-01-preview.
Create ServerTrustCertificate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServerTrustCertificate(name: string, args: ServerTrustCertificateArgs, opts?: CustomResourceOptions);
@overload
def ServerTrustCertificate(resource_name: str,
args: ServerTrustCertificateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServerTrustCertificate(resource_name: str,
opts: Optional[ResourceOptions] = None,
managed_instance_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
certificate_name: Optional[str] = None,
public_blob: Optional[str] = None)
func NewServerTrustCertificate(ctx *Context, name string, args ServerTrustCertificateArgs, opts ...ResourceOption) (*ServerTrustCertificate, error)
public ServerTrustCertificate(string name, ServerTrustCertificateArgs args, CustomResourceOptions? opts = null)
public ServerTrustCertificate(String name, ServerTrustCertificateArgs args)
public ServerTrustCertificate(String name, ServerTrustCertificateArgs args, CustomResourceOptions options)
type: azure-native:sql:ServerTrustCertificate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ServerTrustCertificateArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ServerTrustCertificateArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ServerTrustCertificateArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ServerTrustCertificateArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ServerTrustCertificateArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serverTrustCertificateResource = new AzureNative.Sql.ServerTrustCertificate("serverTrustCertificateResource", new()
{
ManagedInstanceName = "string",
ResourceGroupName = "string",
CertificateName = "string",
PublicBlob = "string",
});
example, err := sql.NewServerTrustCertificate(ctx, "serverTrustCertificateResource", &sql.ServerTrustCertificateArgs{
ManagedInstanceName: "string",
ResourceGroupName: "string",
CertificateName: "string",
PublicBlob: "string",
})
var serverTrustCertificateResource = new ServerTrustCertificate("serverTrustCertificateResource", ServerTrustCertificateArgs.builder()
.managedInstanceName("string")
.resourceGroupName("string")
.certificateName("string")
.publicBlob("string")
.build());
server_trust_certificate_resource = azure_native.sql.ServerTrustCertificate("serverTrustCertificateResource",
managed_instance_name=string,
resource_group_name=string,
certificate_name=string,
public_blob=string)
const serverTrustCertificateResource = new azure_native.sql.ServerTrustCertificate("serverTrustCertificateResource", {
managedInstanceName: "string",
resourceGroupName: "string",
certificateName: "string",
publicBlob: "string",
});
type: azure-native:sql:ServerTrustCertificate
properties:
certificateName: string
managedInstanceName: string
publicBlob: string
resourceGroupName: string
ServerTrustCertificate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServerTrustCertificate resource accepts the following input properties:
- Managed
Instance Name This property is required. Changes to this property will trigger replacement.
- The name of the managed instance.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Certificate
Name Changes to this property will trigger replacement.
- Name of of the certificate to upload.
- Public
Blob string - The certificate public blob
- Managed
Instance Name This property is required. Changes to this property will trigger replacement.
- The name of the managed instance.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Certificate
Name Changes to this property will trigger replacement.
- Name of of the certificate to upload.
- Public
Blob string - The certificate public blob
- managed
Instance Name This property is required. Changes to this property will trigger replacement.
- The name of the managed instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- certificate
Name Changes to this property will trigger replacement.
- Name of of the certificate to upload.
- public
Blob String - The certificate public blob
- managed
Instance Name This property is required. Changes to this property will trigger replacement.
- The name of the managed instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- certificate
Name Changes to this property will trigger replacement.
- Name of of the certificate to upload.
- public
Blob string - The certificate public blob
- managed_
instance_ name This property is required. Changes to this property will trigger replacement.
- The name of the managed instance.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- certificate_
name Changes to this property will trigger replacement.
- Name of of the certificate to upload.
- public_
blob str - The certificate public blob
- managed
Instance Name This property is required. Changes to this property will trigger replacement.
- The name of the managed instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- certificate
Name Changes to this property will trigger replacement.
- Name of of the certificate to upload.
- public
Blob String - The certificate public blob
Outputs
All input properties are implicitly available as output properties. Additionally, the ServerTrustCertificate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Thumbprint string
- The certificate thumbprint
- Type string
- Resource type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Thumbprint string
- The certificate thumbprint
- Type string
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- thumbprint String
- The certificate thumbprint
- type String
- Resource type.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name.
- thumbprint string
- The certificate thumbprint
- type string
- Resource type.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name.
- thumbprint str
- The certificate thumbprint
- type str
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- thumbprint String
- The certificate thumbprint
- type String
- Resource type.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:sql:ServerTrustCertificate customerCertificateName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/serverTrustCertificates/{certificateName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0