### YamlMime:JavaType uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters" name: "ServiceSasParameters" nameWithType: "ServiceSasParameters" summary: "The parameters to list service SAS credentials of a specific resource." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **ServiceSasParameters**
implements <>" constructors: - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.ServiceSasParameters()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.ServiceSasParameters()" name: "ServiceSasParameters()" nameWithType: "ServiceSasParameters.ServiceSasParameters()" summary: "Creates an instance of ServiceSasParameters class." syntax: "public ServiceSasParameters()" desc: "Creates an instance of ServiceSasParameters class." methods: - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.cacheControl()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.cacheControl()" name: "cacheControl()" nameWithType: "ServiceSasParameters.cacheControl()" summary: "Get the cacheControl property: The response header override for cache control." syntax: "public String cacheControl()" desc: "Get the cacheControl property: The response header override for cache control." returns: description: "the cacheControl value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.canonicalizedResource()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.canonicalizedResource()" name: "canonicalizedResource()" nameWithType: "ServiceSasParameters.canonicalizedResource()" summary: "Get the canonicalizedResource property: The canonical path to the signed resource." syntax: "public String canonicalizedResource()" desc: "Get the canonicalizedResource property: The canonical path to the signed resource." returns: description: "the canonicalizedResource value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentDisposition()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentDisposition()" name: "contentDisposition()" nameWithType: "ServiceSasParameters.contentDisposition()" summary: "Get the contentDisposition property: The response header override for content disposition." syntax: "public String contentDisposition()" desc: "Get the contentDisposition property: The response header override for content disposition." returns: description: "the contentDisposition value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentEncoding()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentEncoding()" name: "contentEncoding()" nameWithType: "ServiceSasParameters.contentEncoding()" summary: "Get the contentEncoding property: The response header override for content encoding." syntax: "public String contentEncoding()" desc: "Get the contentEncoding property: The response header override for content encoding." returns: description: "the contentEncoding value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentLanguage()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentLanguage()" name: "contentLanguage()" nameWithType: "ServiceSasParameters.contentLanguage()" summary: "Get the contentLanguage property: The response header override for content language." syntax: "public String contentLanguage()" desc: "Get the contentLanguage property: The response header override for content language." returns: description: "the contentLanguage value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentType()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.contentType()" name: "contentType()" nameWithType: "ServiceSasParameters.contentType()" summary: "Get the contentType property: The response header override for content type." syntax: "public String contentType()" desc: "Get the contentType property: The response header override for content type." returns: description: "the contentType value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "ServiceSasParameters.fromJson(JsonReader jsonReader)" summary: "Reads an instance of ServiceSasParameters from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static ServiceSasParameters fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" desc: "Reads an instance of ServiceSasParameters from the JsonReader." returns: description: "An instance of ServiceSasParameters if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.identifier()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.identifier()" name: "identifier()" nameWithType: "ServiceSasParameters.identifier()" summary: "Get the identifier property: A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table." syntax: "public String identifier()" desc: "Get the identifier property: A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table." returns: description: "the identifier value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.ipAddressOrRange()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.ipAddressOrRange()" name: "ipAddressOrRange()" nameWithType: "ServiceSasParameters.ipAddressOrRange()" summary: "Get the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests." syntax: "public String ipAddressOrRange()" desc: "Get the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests." returns: description: "the ipAddressOrRange value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.keyToSign()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.keyToSign()" name: "keyToSign()" nameWithType: "ServiceSasParameters.keyToSign()" summary: "Get the keyToSign property: The key to sign the account SAS token with." syntax: "public String keyToSign()" desc: "Get the keyToSign property: The key to sign the account SAS token with." returns: description: "the keyToSign value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.partitionKeyEnd()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.partitionKeyEnd()" name: "partitionKeyEnd()" nameWithType: "ServiceSasParameters.partitionKeyEnd()" summary: "Get the partitionKeyEnd property: The end of partition key." syntax: "public String partitionKeyEnd()" desc: "Get the partitionKeyEnd property: The end of partition key." returns: description: "the partitionKeyEnd value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.partitionKeyStart()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.partitionKeyStart()" name: "partitionKeyStart()" nameWithType: "ServiceSasParameters.partitionKeyStart()" summary: "Get the partitionKeyStart property: The start of partition key." syntax: "public String partitionKeyStart()" desc: "Get the partitionKeyStart property: The start of partition key." returns: description: "the partitionKeyStart value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.permissions()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.permissions()" name: "permissions()" nameWithType: "ServiceSasParameters.permissions()" summary: "Get the permissions property: The signed permissions for the service SAS." syntax: "public Permissions permissions()" desc: "Get the permissions property: The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p)." returns: description: "the permissions value." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.protocols()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.protocols()" name: "protocols()" nameWithType: "ServiceSasParameters.protocols()" summary: "Get the protocols property: The protocol permitted for a request made with the account SAS." syntax: "public HttpProtocol protocols()" desc: "Get the protocols property: The protocol permitted for a request made with the account SAS." returns: description: "the protocols value." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.resource()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.resource()" name: "resource()" nameWithType: "ServiceSasParameters.resource()" summary: "Get the resource property: The signed services accessible with the service SAS." syntax: "public SignedResource resource()" desc: "Get the resource property: The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s)." returns: description: "the resource value." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.rowKeyEnd()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.rowKeyEnd()" name: "rowKeyEnd()" nameWithType: "ServiceSasParameters.rowKeyEnd()" summary: "Get the rowKeyEnd property: The end of row key." syntax: "public String rowKeyEnd()" desc: "Get the rowKeyEnd property: The end of row key." returns: description: "the rowKeyEnd value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.rowKeyStart()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.rowKeyStart()" name: "rowKeyStart()" nameWithType: "ServiceSasParameters.rowKeyStart()" summary: "Get the rowKeyStart property: The start of row key." syntax: "public String rowKeyStart()" desc: "Get the rowKeyStart property: The start of row key." returns: description: "the rowKeyStart value." type: "String" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.sharedAccessExpiryTime()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.sharedAccessExpiryTime()" name: "sharedAccessExpiryTime()" nameWithType: "ServiceSasParameters.sharedAccessExpiryTime()" summary: "Get the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid." syntax: "public OffsetDateTime sharedAccessExpiryTime()" desc: "Get the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid." returns: description: "the sharedAccessExpiryTime value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.sharedAccessStartTime()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.sharedAccessStartTime()" name: "sharedAccessStartTime()" nameWithType: "ServiceSasParameters.sharedAccessStartTime()" summary: "Get the sharedAccessStartTime property: The time at which the SAS becomes valid." syntax: "public OffsetDateTime sharedAccessStartTime()" desc: "Get the sharedAccessStartTime property: The time at which the SAS becomes valid." returns: description: "the sharedAccessStartTime value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "ServiceSasParameters.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.validate()" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.validate()" name: "validate()" nameWithType: "ServiceSasParameters.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withCacheControl(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withCacheControl(String cacheControl)" name: "withCacheControl(String cacheControl)" nameWithType: "ServiceSasParameters.withCacheControl(String cacheControl)" summary: "Set the cacheControl property: The response header override for cache control." parameters: - description: "the cacheControl value to set." name: "cacheControl" type: "String" syntax: "public ServiceSasParameters withCacheControl(String cacheControl)" desc: "Set the cacheControl property: The response header override for cache control." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withCanonicalizedResource(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource)" name: "withCanonicalizedResource(String canonicalizedResource)" nameWithType: "ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource)" summary: "Set the canonicalizedResource property: The canonical path to the signed resource." parameters: - description: "the canonicalizedResource value to set." name: "canonicalizedResource" type: "String" syntax: "public ServiceSasParameters withCanonicalizedResource(String canonicalizedResource)" desc: "Set the canonicalizedResource property: The canonical path to the signed resource." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentDisposition(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentDisposition(String contentDisposition)" name: "withContentDisposition(String contentDisposition)" nameWithType: "ServiceSasParameters.withContentDisposition(String contentDisposition)" summary: "Set the contentDisposition property: The response header override for content disposition." parameters: - description: "the contentDisposition value to set." name: "contentDisposition" type: "String" syntax: "public ServiceSasParameters withContentDisposition(String contentDisposition)" desc: "Set the contentDisposition property: The response header override for content disposition." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentEncoding(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentEncoding(String contentEncoding)" name: "withContentEncoding(String contentEncoding)" nameWithType: "ServiceSasParameters.withContentEncoding(String contentEncoding)" summary: "Set the contentEncoding property: The response header override for content encoding." parameters: - description: "the contentEncoding value to set." name: "contentEncoding" type: "String" syntax: "public ServiceSasParameters withContentEncoding(String contentEncoding)" desc: "Set the contentEncoding property: The response header override for content encoding." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentLanguage(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentLanguage(String contentLanguage)" name: "withContentLanguage(String contentLanguage)" nameWithType: "ServiceSasParameters.withContentLanguage(String contentLanguage)" summary: "Set the contentLanguage property: The response header override for content language." parameters: - description: "the contentLanguage value to set." name: "contentLanguage" type: "String" syntax: "public ServiceSasParameters withContentLanguage(String contentLanguage)" desc: "Set the contentLanguage property: The response header override for content language." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentType(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withContentType(String contentType)" name: "withContentType(String contentType)" nameWithType: "ServiceSasParameters.withContentType(String contentType)" summary: "Set the contentType property: The response header override for content type." parameters: - description: "the contentType value to set." name: "contentType" type: "String" syntax: "public ServiceSasParameters withContentType(String contentType)" desc: "Set the contentType property: The response header override for content type." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withIdentifier(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withIdentifier(String identifier)" name: "withIdentifier(String identifier)" nameWithType: "ServiceSasParameters.withIdentifier(String identifier)" summary: "Set the identifier property: A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table." parameters: - description: "the identifier value to set." name: "identifier" type: "String" syntax: "public ServiceSasParameters withIdentifier(String identifier)" desc: "Set the identifier property: A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withIpAddressOrRange(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withIpAddressOrRange(String ipAddressOrRange)" name: "withIpAddressOrRange(String ipAddressOrRange)" nameWithType: "ServiceSasParameters.withIpAddressOrRange(String ipAddressOrRange)" summary: "Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests." parameters: - description: "the ipAddressOrRange value to set." name: "ipAddressOrRange" type: "String" syntax: "public ServiceSasParameters withIpAddressOrRange(String ipAddressOrRange)" desc: "Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withKeyToSign(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withKeyToSign(String keyToSign)" name: "withKeyToSign(String keyToSign)" nameWithType: "ServiceSasParameters.withKeyToSign(String keyToSign)" summary: "Set the keyToSign property: The key to sign the account SAS token with." parameters: - description: "the keyToSign value to set." name: "keyToSign" type: "String" syntax: "public ServiceSasParameters withKeyToSign(String keyToSign)" desc: "Set the keyToSign property: The key to sign the account SAS token with." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withPartitionKeyEnd(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd)" name: "withPartitionKeyEnd(String partitionKeyEnd)" nameWithType: "ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd)" summary: "Set the partitionKeyEnd property: The end of partition key." parameters: - description: "the partitionKeyEnd value to set." name: "partitionKeyEnd" type: "String" syntax: "public ServiceSasParameters withPartitionKeyEnd(String partitionKeyEnd)" desc: "Set the partitionKeyEnd property: The end of partition key." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withPartitionKeyStart(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart)" name: "withPartitionKeyStart(String partitionKeyStart)" nameWithType: "ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart)" summary: "Set the partitionKeyStart property: The start of partition key." parameters: - description: "the partitionKeyStart value to set." name: "partitionKeyStart" type: "String" syntax: "public ServiceSasParameters withPartitionKeyStart(String partitionKeyStart)" desc: "Set the partitionKeyStart property: The start of partition key." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withPermissions(com.azure.resourcemanager.storage.models.Permissions)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withPermissions(Permissions permissions)" name: "withPermissions(Permissions permissions)" nameWithType: "ServiceSasParameters.withPermissions(Permissions permissions)" summary: "Set the permissions property: The signed permissions for the service SAS." parameters: - description: "the permissions value to set." name: "permissions" type: "" syntax: "public ServiceSasParameters withPermissions(Permissions permissions)" desc: "Set the permissions property: The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p)." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withProtocols(com.azure.resourcemanager.storage.models.HttpProtocol)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withProtocols(HttpProtocol protocols)" name: "withProtocols(HttpProtocol protocols)" nameWithType: "ServiceSasParameters.withProtocols(HttpProtocol protocols)" summary: "Set the protocols property: The protocol permitted for a request made with the account SAS." parameters: - description: "the protocols value to set." name: "protocols" type: "" syntax: "public ServiceSasParameters withProtocols(HttpProtocol protocols)" desc: "Set the protocols property: The protocol permitted for a request made with the account SAS." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withResource(com.azure.resourcemanager.storage.models.SignedResource)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withResource(SignedResource resource)" name: "withResource(SignedResource resource)" nameWithType: "ServiceSasParameters.withResource(SignedResource resource)" summary: "Set the resource property: The signed services accessible with the service SAS." parameters: - description: "the resource value to set." name: "resource" type: "" syntax: "public ServiceSasParameters withResource(SignedResource resource)" desc: "Set the resource property: The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s)." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withRowKeyEnd(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withRowKeyEnd(String rowKeyEnd)" name: "withRowKeyEnd(String rowKeyEnd)" nameWithType: "ServiceSasParameters.withRowKeyEnd(String rowKeyEnd)" summary: "Set the rowKeyEnd property: The end of row key." parameters: - description: "the rowKeyEnd value to set." name: "rowKeyEnd" type: "String" syntax: "public ServiceSasParameters withRowKeyEnd(String rowKeyEnd)" desc: "Set the rowKeyEnd property: The end of row key." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withRowKeyStart(java.lang.String)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withRowKeyStart(String rowKeyStart)" name: "withRowKeyStart(String rowKeyStart)" nameWithType: "ServiceSasParameters.withRowKeyStart(String rowKeyStart)" summary: "Set the rowKeyStart property: The start of row key." parameters: - description: "the rowKeyStart value to set." name: "rowKeyStart" type: "String" syntax: "public ServiceSasParameters withRowKeyStart(String rowKeyStart)" desc: "Set the rowKeyStart property: The start of row key." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withSharedAccessExpiryTime(java.time.OffsetDateTime)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime)" name: "withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime)" nameWithType: "ServiceSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime)" summary: "Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid." parameters: - description: "the sharedAccessExpiryTime value to set." name: "sharedAccessExpiryTime" type: "OffsetDateTime" syntax: "public ServiceSasParameters withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime)" desc: "Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid." returns: description: "the ServiceSasParameters object itself." type: "" - uid: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withSharedAccessStartTime(java.time.OffsetDateTime)" fullName: "com.azure.resourcemanager.storage.models.ServiceSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime)" name: "withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime)" nameWithType: "ServiceSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime)" summary: "Set the sharedAccessStartTime property: The time at which the SAS becomes valid." parameters: - description: "the sharedAccessStartTime value to set." name: "sharedAccessStartTime" type: "OffsetDateTime" syntax: "public ServiceSasParameters withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime)" desc: "Set the sharedAccessStartTime property: The time at which the SAS becomes valid." returns: description: "the ServiceSasParameters object itself." type: "" type: "class" desc: "The parameters to list service SAS credentials of a specific resource." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.storage.models" artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0