AttestationServiceCreationParams 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
AttestationServiceCreationParams() |
Initializes a new instance of the AttestationServiceCreationParams class. |
AttestationServiceCreationParams(String, AttestationServiceCreationSpecificParams, IDictionary<String,String>) |
Initializes a new instance of the AttestationServiceCreationParams class. |
AttestationServiceCreationParams()
Initializes a new instance of the AttestationServiceCreationParams class.
public AttestationServiceCreationParams ();
Public Sub New ()
Applies to
AttestationServiceCreationParams(String, AttestationServiceCreationSpecificParams, IDictionary<String,String>)
Initializes a new instance of the AttestationServiceCreationParams class.
public AttestationServiceCreationParams (string location, Microsoft.Azure.Management.Attestation.Models.AttestationServiceCreationSpecificParams properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Attestation.Models.AttestationServiceCreationParams : string * Microsoft.Azure.Management.Attestation.Models.AttestationServiceCreationSpecificParams * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Attestation.Models.AttestationServiceCreationParams
Public Sub New (location As String, properties As AttestationServiceCreationSpecificParams, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- location
- String
The supported Azure location where the attestation service instance should be created.
- properties
- AttestationServiceCreationSpecificParams
Properties of the attestation service instance
- tags
- IDictionary<String,String>
The tags that will be assigned to the attestation service instance.