Share via


ArmHciModelFactory.IsolatedVmAttestationConfiguration Method

Definition

Initializes a new instance of IsolatedVmAttestationConfiguration.

public static Azure.ResourceManager.Hci.Models.IsolatedVmAttestationConfiguration IsolatedVmAttestationConfiguration (Azure.Core.ResourceIdentifier attestationResourceId = default, string relyingPartyServiceEndpoint = default, string attestationServiceEndpoint = default);
static member IsolatedVmAttestationConfiguration : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Hci.Models.IsolatedVmAttestationConfiguration
Public Shared Function IsolatedVmAttestationConfiguration (Optional attestationResourceId As ResourceIdentifier = Nothing, Optional relyingPartyServiceEndpoint As String = Nothing, Optional attestationServiceEndpoint As String = Nothing) As IsolatedVmAttestationConfiguration

Parameters

attestationResourceId
ResourceIdentifier

Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.

relyingPartyServiceEndpoint
String

Region specific endpoint for relying party service.

attestationServiceEndpoint
String

Region specific endpoint for Microsoft Azure Attestation service for the cluster.

Returns

A new IsolatedVmAttestationConfiguration instance for mocking.

Applies to