Condividi tramite


ArmResourcesPolicyModelFactory.PolicyAliasPathMetadata Method

Definition

The alias path metadata.

public static Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathMetadata PolicyAliasPathMetadata(Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathTokenType? type = default, Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathAttributes? attributes = default);
static member PolicyAliasPathMetadata : Nullable<Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathTokenType> * Nullable<Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathAttributes> -> Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathMetadata
Public Shared Function PolicyAliasPathMetadata (Optional type As Nullable(Of PolicyAliasPathTokenType) = Nothing, Optional attributes As Nullable(Of PolicyAliasPathAttributes) = Nothing) As PolicyAliasPathMetadata

Parameters

type
Nullable<PolicyAliasPathTokenType>

The type of the token that the alias path is referring to.

attributes
Nullable<PolicyAliasPathAttributes>

The attributes of the token that the alias path is referring to.

Returns

A new PolicyAliasPathMetadata instance for mocking.

Applies to