Class ProviderResourceType
java.lang.Object
com.microsoft.azure.management.resources.ProviderResourceType
Resource type managed by the resource provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaliases()
Get the aliases that are supported by this resource type.Get the API profiles for the resource provider.Get the API version.Get the additional capabilities offered by this resource type.Get the default API version.Get the collection of locations where this resource type can be created.Get the properties.Get the resource type.withAliases
(List<Alias> aliases) Set the aliases that are supported by this resource type.withApiVersions
(List<String> apiVersions) Set the API version.withCapabilities
(String capabilities) Set the additional capabilities offered by this resource type.withLocations
(List<String> locations) Set the collection of locations where this resource type can be created.withProperties
(Map<String, String> properties) Set the properties.withResourceType
(String resourceType) Set the resource type.
-
Constructor Details
-
ProviderResourceType
public ProviderResourceType()
-
-
Method Details
-
resourceType
Get the resource type.- Returns:
- the resourceType value
-
withResourceType
Set the resource type.- Parameters:
resourceType
- the resourceType value to set- Returns:
- the ProviderResourceType object itself.
-
locations
Get the collection of locations where this resource type can be created.- Returns:
- the locations value
-
withLocations
Set the collection of locations where this resource type can be created.- Parameters:
locations
- the locations value to set- Returns:
- the ProviderResourceType object itself.
-
aliases
Get the aliases that are supported by this resource type.- Returns:
- the aliases value
-
withAliases
Set the aliases that are supported by this resource type.- Parameters:
aliases
- the aliases value to set- Returns:
- the ProviderResourceType object itself.
-
apiVersions
Get the API version.- Returns:
- the apiVersions value
-
withApiVersions
Set the API version.- Parameters:
apiVersions
- the apiVersions value to set- Returns:
- the ProviderResourceType object itself.
-
defaultApiVersion
Get the default API version.- Returns:
- the defaultApiVersion value
-
apiProfiles
Get the API profiles for the resource provider.- Returns:
- the apiProfiles value
-
capabilities
Get the additional capabilities offered by this resource type.- Returns:
- the capabilities value
-
withCapabilities
Set the additional capabilities offered by this resource type.- Parameters:
capabilities
- the capabilities value to set- Returns:
- the ProviderResourceType object itself.
-
properties
Get the properties.- Returns:
- the properties value
-
withProperties
Set the properties.- Parameters:
properties
- the properties value to set- Returns:
- the ProviderResourceType object itself.
-