ProviderResourceType Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. ProviderResourceType
- com.
Implements
public final class ProviderResourceType
implements JsonSerializable<ProviderResourceType>
Resource type managed by the resource provider.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<Alias> |
aliases()
Get the aliases property: The aliases that are supported by this resource type. |
|
List<Api |
apiProfiles()
Get the api |
| List<String> |
apiVersions()
Get the api |
| String |
capabilities()
Get the capabilities property: The additional capabilities offered by this resource type. |
| String |
defaultApiVersion()
Get the default |
|
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
|
List<Provider |
locationMappings()
Get the location |
| List<String> |
locations()
Get the locations property: The collection of locations where this resource type can be created. |
| Map<String,String> |
properties()
Get the properties property: The properties. |
| String |
resourceType()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Zone |
zoneMappings()
Get the zone |
Methods inherited from java.lang.Object
Method Details
aliases
public List<Alias> aliases()
Get the aliases property: The aliases that are supported by this resource type.
Returns:
apiProfiles
public List<ApiProfile> apiProfiles()
Get the apiProfiles property: The API profiles for the resource provider.
Returns:
apiVersions
public List<String> apiVersions()
Get the apiVersions property: The API version.
Returns:
capabilities
public String capabilities()
Get the capabilities property: The additional capabilities offered by this resource type.
Returns:
defaultApiVersion
public String defaultApiVersion()
Get the defaultApiVersion property: The default API version.
Returns:
fromJson
public static ProviderResourceType fromJson(JsonReader jsonReader)
Reads an instance of ProviderResourceType from the JsonReader.
Parameters:
Returns:
Throws:
locationMappings
public List<ProviderExtendedLocation> locationMappings()
Get the locationMappings property: The location mappings that are supported by this resource type.
Returns:
locations
public List<String> locations()
Get the locations property: The collection of locations where this resource type can be created.
Returns:
properties
public Map<String,String> properties()
Get the properties property: The properties.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The resource type.
Returns:
toJson
zoneMappings
public List<ZoneMapping> zoneMappings()
Get the zoneMappings property: The zoneMappings property.
Returns: