ResourceManagerModelFactory.ResourceTypeAliasPathMetadata 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 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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET