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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET