Uses of Class
com.azure.resourcemanager.resources.models.ProviderResourceType
Packages that use ProviderResourceType
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ProviderResourceType in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ProviderResourceTypeModifier and TypeMethodDescriptionProviderInner.resourceTypes()Get the resourceTypes property: The collection of provider resource types.ProviderResourceTypeListResultInner.value()Get the value property: An array of resource types.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type ProviderResourceTypeModifier and TypeMethodDescriptionProviderResourceTypeListResultInner.withValue(List<ProviderResourceType> value) Set the value property: An array of resource types. -
Uses of ProviderResourceType in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ProviderResourceTypeModifier and TypeClassDescriptionfinal classResource type managed by the resource provider.Methods in com.azure.resourcemanager.resources.models that return ProviderResourceTypeModifier and TypeMethodDescriptionstatic ProviderResourceTypeProviderResourceType.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProviderResourceType from the JsonReader.ProviderResourceType.withAliases(List<Alias> aliases) Set the aliases property: The aliases that are supported by this resource type.ProviderResourceType.withApiVersions(List<String> apiVersions) Set the apiVersions property: The API version.ProviderResourceType.withCapabilities(String capabilities) Set the capabilities property: The additional capabilities offered by this resource type.ProviderResourceType.withLocationMappings(List<ProviderExtendedLocation> locationMappings) Set the locationMappings property: The location mappings that are supported by this resource type.ProviderResourceType.withLocations(List<String> locations) Set the locations property: The collection of locations where this resource type can be created.ProviderResourceType.withProperties(Map<String, String> properties) Set the properties property: The properties.ProviderResourceType.withResourceType(String resourceType) Set the resourceType property: The resource type.ProviderResourceType.withZoneMappings(List<ZoneMapping> zoneMappings) Set the zoneMappings property: The zoneMappings property.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ProviderResourceTypeModifier and TypeMethodDescriptionProvider.resourceTypes()Gets the list of provider resource types.