Udostępnij za pośrednictwem


ResourceManagerModelFactory.ResourceTypeAliasPathMetadata Method

Definition

Initializes a new instance of ResourceTypeAliasPathMetadata.

public static Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathMetadata ResourceTypeAliasPathMetadata (Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathTokenType? tokenType = default, Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathAttributes? attributes = default);
static member ResourceTypeAliasPathMetadata : Nullable<Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathTokenType> * Nullable<Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathAttributes> -> Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathMetadata
Public Shared Function ResourceTypeAliasPathMetadata (Optional tokenType As Nullable(Of ResourceTypeAliasPathTokenType) = Nothing, Optional attributes As Nullable(Of ResourceTypeAliasPathAttributes) = Nothing) As ResourceTypeAliasPathMetadata

Parameters

tokenType
Nullable<ResourceTypeAliasPathTokenType>

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

attributes
Nullable<ResourceTypeAliasPathAttributes>

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

Returns

A new ResourceTypeAliasPathMetadata instance for mocking.

Applies to