ArmAttestationModelFactory.AttestationProviderCreateOrUpdateContent 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 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.