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