ProviderResourceType Class

Definition

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