ArmResourcesPolicyModelFactory.PolicyAliasPathMetadata 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.
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
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.