Uses of Class
com.azure.resourcemanager.storage.models.Services
-
Packages that use Services Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Services in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as Services Modifier and Type Field Description static ServicesServices. BStatic value b for Services.static ServicesServices. FStatic value f for Services.static ServicesServices. QStatic value q for Services.static ServicesServices. TStatic value t for Services.Methods in com.azure.resourcemanager.storage.models that return Services Modifier and Type Method Description static ServicesServices. fromString(String name)Creates or finds a Services from its string representation.ServicesAccountSasParameters. 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 Services Modifier and Type Method Description static Collection<Services>Services. values()Methods in com.azure.resourcemanager.storage.models with parameters of type Services Modifier and Type Method Description AccountSasParametersAccountSasParameters. withServices(Services services)Set the services property: The signed services accessible with the account SAS.
-