ProviderResourceType Class
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.
Resource type managed by the resource provider.
public class ProviderResourceType
type ProviderResourceType = class
Public Class ProviderResourceType
- Inheritance
-
ProviderResourceType
Constructors
ProviderResourceType() |
Initializes a new instance of the ProviderResourceType class. |
ProviderResourceType(String, IList<String>, IList<ProviderExtendedLocation>, IList<Alias>, IList<String>, String, IList<ApiProfile>, String, IDictionary<String,String>) |
Initializes a new instance of the ProviderResourceType class. |
Properties
Aliases |
Gets or sets the aliases that are supported by this resource type. |
ApiProfiles |
Gets the API profiles for the resource provider. |
ApiVersions |
Gets or sets the API version. |
Capabilities |
Gets or sets the additional capabilities offered by this resource type. |
DefaultApiVersion |
Gets the default API version. |
LocationMappings |
Gets or sets the location mappings that are supported by this resource type. |
Locations |
Gets or sets the collection of locations where this resource type can be created. |
Properties |
Gets or sets the properties. |
ResourceType |
Gets or sets the resource type. |
Applies to
Azure SDK for .NET