Condividi tramite


ArmAttestationModelFactory.AttestationProviderCreateOrUpdateContent Method

Definition

Initializes a new instance of AttestationProviderCreateOrUpdateContent.

public static Azure.ResourceManager.Attestation.Models.AttestationProviderCreateOrUpdateContent AttestationProviderCreateOrUpdateContent(Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Attestation.Models.AttestationServiceCreationSpecificParams properties = default);
static member AttestationProviderCreateOrUpdateContent : Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Attestation.Models.AttestationServiceCreationSpecificParams -> Azure.ResourceManager.Attestation.Models.AttestationProviderCreateOrUpdateContent
Public Shared Function AttestationProviderCreateOrUpdateContent (Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As AttestationServiceCreationSpecificParams = Nothing) As AttestationProviderCreateOrUpdateContent

Parameters

location
AzureLocation

The supported Azure location where the attestation provider should be created.

tags
IDictionary<String,String>

The tags that will be assigned to the attestation provider.

properties
AttestationServiceCreationSpecificParams

Properties of the attestation provider.

Returns

A new AttestationProviderCreateOrUpdateContent instance for mocking.

Applies to