AttestationProvider Class
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.
Attestation service response message.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AttestationProvider : Microsoft.Azure.Management.Attestation.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AttestationProvider = class
inherit TrackedResource
Public Class AttestationProvider
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
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. |
Properties
AttestUri |
Gets or sets gets the uri of attestation service |
Id |
Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Status |
Gets or sets status of attestation service. Possible values include: 'Ready', 'NotReady', 'Error' |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
TrustModel |
Gets or sets trust model for the attestation service instance. |
Type |
Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |