Uses of Class
com.azure.resourcemanager.resources.models.ProviderResourceType
-
Packages that use ProviderResourceType Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 ProviderResourceType Modifier and Type Method Description List<ProviderResourceType>ProviderInner. resourceTypes()Get the resourceTypes property: The collection of provider resource types.List<ProviderResourceType>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 ProviderResourceType Modifier and Type Method Description ProviderResourceTypeListResultInnerProviderResourceTypeListResultInner. withValue(List<ProviderResourceType> value)Set the value property: An array of resource types. -
Uses of ProviderResourceType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ProviderResourceType Modifier and Type Method Description ProviderResourceTypeProviderResourceType. withAliases(List<Alias> aliases)Set the aliases property: The aliases that are supported by this resource type.ProviderResourceTypeProviderResourceType. withApiVersions(List<String> apiVersions)Set the apiVersions property: The API version.ProviderResourceTypeProviderResourceType. withCapabilities(String capabilities)Set the capabilities property: The additional capabilities offered by this resource type.ProviderResourceTypeProviderResourceType. withLocationMappings(List<ProviderExtendedLocation> locationMappings)Set the locationMappings property: The location mappings that are supported by this resource type.ProviderResourceTypeProviderResourceType. withLocations(List<String> locations)Set the locations property: The collection of locations where this resource type can be created.ProviderResourceTypeProviderResourceType. withProperties(Map<String,String> properties)Set the properties property: The properties.ProviderResourceTypeProviderResourceType. withResourceType(String resourceType)Set the resourceType property: The resource type.ProviderResourceTypeProviderResourceType. 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 ProviderResourceType Modifier and Type Method Description List<ProviderResourceType>Provider. resourceTypes()
-