ArmHciModelFactory.IsolatedVmAttestationConfiguration Method
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.
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
Azure SDK for .NET