Uses of Class
com.azure.resourcemanager.storage.models.SignedResource
Packages that use SignedResource
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of SignedResource in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type SignedResource in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classThe signed services accessible with the service SAS.Fields in com.azure.resourcemanager.storage.models declared as SignedResourceModifier and TypeFieldDescriptionstatic final SignedResourceSignedResource.BStatic value b for SignedResource.static final SignedResourceSignedResource.CStatic value c for SignedResource.static final SignedResourceSignedResource.FStatic value f for SignedResource.static final SignedResourceSignedResource.SStatic value s for SignedResource.Methods in com.azure.resourcemanager.storage.models that return SignedResourceModifier and TypeMethodDescriptionstatic SignedResourceSignedResource.fromString(String name) Creates or finds a SignedResource from its string representation.ServiceSasParameters.resource()Get the resource property: The signed services accessible with the service SAS.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type SignedResourceModifier and TypeMethodDescriptionstatic Collection<SignedResource> SignedResource.values()Gets known SignedResource values.Methods in com.azure.resourcemanager.storage.models with parameters of type SignedResourceModifier and TypeMethodDescriptionServiceSasParameters.withResource(SignedResource resource) Set the resource property: The signed services accessible with the service SAS.