ArmAttestationModelFactory.AttestationProviderData Method

Definition

Initializes a new instance of AttestationProviderData.

public static Azure.ResourceManager.Attestation.AttestationProviderData AttestationProviderData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string trustModel = default, Azure.ResourceManager.Attestation.Models.AttestationServiceStatus? status = default, Uri attestUri = default, Azure.ResourceManager.Attestation.Models.PublicNetworkAccessType? publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionData> privateEndpointConnections = default);
static member AttestationProviderData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<Azure.ResourceManager.Attestation.Models.AttestationServiceStatus> * Uri * Nullable<Azure.ResourceManager.Attestation.Models.PublicNetworkAccessType> * seq<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionData> -> Azure.ResourceManager.Attestation.AttestationProviderData
Public Shared Function AttestationProviderData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional trustModel As String = Nothing, Optional status As Nullable(Of AttestationServiceStatus) = Nothing, Optional attestUri As Uri = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional privateEndpointConnections As IEnumerable(Of AttestationPrivateEndpointConnectionData) = Nothing) As AttestationProviderData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

trustModel
String

Trust model for the attestation provider.

status
Nullable<AttestationServiceStatus>

Status of attestation service.

attestUri
Uri

Gets the uri of attestation service.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Controls whether traffic from the public network is allowed to access the Attestation Provider APIs.

privateEndpointConnections
IEnumerable<AttestationPrivateEndpointConnectionData>

List of private endpoint connections associated with the attestation provider.

Returns

A new AttestationProviderData instance for mocking.

Applies to