ApplicationGatewayTrustedRootCertificateInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApplicationGatewayTrustedRootCertificateInner() |
Initializes a new instance of the ApplicationGatewayTrustedRootCertificateInner class. |
ApplicationGatewayTrustedRootCertificateInner(String, String, String, ProvisioningState, String, String, String) |
Initializes a new instance of the ApplicationGatewayTrustedRootCertificateInner class. |
ApplicationGatewayTrustedRootCertificateInner()
Initializes a new instance of the ApplicationGatewayTrustedRootCertificateInner class.
public ApplicationGatewayTrustedRootCertificateInner ();
Public Sub New ()
Applies to
ApplicationGatewayTrustedRootCertificateInner(String, String, String, ProvisioningState, String, String, String)
Initializes a new instance of the ApplicationGatewayTrustedRootCertificateInner class.
public ApplicationGatewayTrustedRootCertificateInner (string id = default, string data = default, string keyVaultSecretId = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayTrustedRootCertificateInner : string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayTrustedRootCertificateInner
Public Sub New (Optional id As String = Nothing, Optional data As String = Nothing, Optional keyVaultSecretId As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- data
- String
Certificate public data.
- keyVaultSecretId
- String
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
- provisioningState
- ProvisioningState
The provisioning state of the trusted root certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the trusted root certificate that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.
Applies to
Azure SDK for .NET