ArmTrustedSigningModelFactory.TrustedSigningAccountData Method

Definition

Initializes a new instance of TrustedSigningAccountData.

public static Azure.ResourceManager.TrustedSigning.TrustedSigningAccountData TrustedSigningAccountData (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, Uri accountUri = default, Azure.ResourceManager.TrustedSigning.Models.TrustedSigningSkuName? skuName = default, Azure.ResourceManager.TrustedSigning.Models.TrustedSigningProvisioningState? provisioningState = default);
static member TrustedSigningAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Uri * Nullable<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningSkuName> * Nullable<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningProvisioningState> -> Azure.ResourceManager.TrustedSigning.TrustedSigningAccountData
Public Shared Function TrustedSigningAccountData (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 accountUri As Uri = Nothing, Optional skuName As Nullable(Of TrustedSigningSkuName) = Nothing, Optional provisioningState As Nullable(Of TrustedSigningProvisioningState) = Nothing) As TrustedSigningAccountData

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.

accountUri
Uri

The URI of the trusted signing account which is used during signing files.

skuName
Nullable<TrustedSigningSkuName>

SKU of the trusted signing account.

provisioningState
Nullable<TrustedSigningProvisioningState>

Status of the current operation on trusted signing account.

Returns

A new TrustedSigningAccountData instance for mocking.

Applies to