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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET