Uses of Class
com.azure.resourcemanager.storage.models.Services
Packages that use Services
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of Services in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type Services in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classThe signed services accessible with the account SAS.Fields in com.azure.resourcemanager.storage.models declared as ServicesModifier and TypeFieldDescriptionstatic final ServicesServices.BStatic value b for Services.static final ServicesServices.FStatic value f for Services.static final ServicesServices.QStatic value q for Services.static final ServicesServices.TStatic value t for Services.Methods in com.azure.resourcemanager.storage.models that return ServicesModifier and TypeMethodDescriptionstatic ServicesServices.fromString(String name) Creates or finds a Services from its string representation.AccountSasParameters.services()Get the services property: The signed services accessible with the account SAS.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ServicesModifier and TypeMethodDescriptionstatic Collection<Services> Services.values()Gets known Services values.Methods in com.azure.resourcemanager.storage.models with parameters of type ServicesModifier and TypeMethodDescriptionAccountSasParameters.withServices(Services services) Set the services property: The signed services accessible with the account SAS.