ApplicationGatewayAuthenticationCertificate 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
ApplicationGatewayAuthenticationCertificate() |
Initializes a new instance of the ApplicationGatewayAuthenticationCertificate class. |
ApplicationGatewayAuthenticationCertificate(String, String, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayAuthenticationCertificate class. |
ApplicationGatewayAuthenticationCertificate()
Initializes a new instance of the ApplicationGatewayAuthenticationCertificate class.
public ApplicationGatewayAuthenticationCertificate ();
Public Sub New ()
Applies to
ApplicationGatewayAuthenticationCertificate(String, String, String, String, String, String)
Initializes a new instance of the ApplicationGatewayAuthenticationCertificate class.
public ApplicationGatewayAuthenticationCertificate (string id = default, string data = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayAuthenticationCertificate : string * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayAuthenticationCertificate
Public Sub New (Optional id As String = Nothing, Optional data As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- data
- String
Certificate public data.
- provisioningState
- String
The provisioning state of the authentication certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the authentication 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