Share via


AttestationProvider Constructors

Definition

Overloads

AttestationProvider()

Initializes a new instance of the AttestationProvider class.

AttestationProvider(String, String, String, String, String, IDictionary<String,String>, String, String)

Initializes a new instance of the AttestationProvider class.

AttestationProvider()

Initializes a new instance of the AttestationProvider class.

public AttestationProvider ();
Public Sub New ()

Applies to

AttestationProvider(String, String, String, String, String, IDictionary<String,String>, String, String)

Initializes a new instance of the AttestationProvider class.

public AttestationProvider (string location, string status, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string trustModel = default, string attestUri = default);
new Microsoft.Azure.Management.Attestation.Models.AttestationProvider : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string -> Microsoft.Azure.Management.Attestation.Models.AttestationProvider
Public Sub New (location As String, status As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional trustModel As String = Nothing, Optional attestUri As String = Nothing)

Parameters

location
String

The geo-location where the resource lives

status
String

Status of attestation service. Possible values include: 'Ready', 'NotReady', 'Error'

id
String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

tags
IDictionary<String,String>

Resource tags.

trustModel
String

Trust model for the attestation service instance.

attestUri
String

Gets the uri of attestation service

Applies to