Class BackendServiceFabricClusterServerX509NameArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendServiceFabricClusterServerX509NameArgs : ResourceArgs
Constructors
View SourceBackendServiceFabricClusterServerX509NameArgs()
Declaration
public BackendServiceFabricClusterServerX509NameArgs()
Properties
View SourceIssuerCertificateThumbprint
The thumbprint for the issuer of the certificate.
Declaration
public Input<string> IssuerCertificateThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the API Management backend. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |