azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

468 строки
33 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.ServiceSasParameters"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters"
name: "ServiceSasParameters"
nameWithType: "ServiceSasParameters"
summary: "The parameters to list service SAS credentials of a specific resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ServiceSasParameters**"
constructors:
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.ServiceSasParameters()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.ServiceSasParameters()"
name: "ServiceSasParameters()"
nameWithType: "ServiceSasParameters.ServiceSasParameters()"
syntax: "public ServiceSasParameters()"
methods:
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.cacheControl()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.cacheControl()"
name: "cacheControl()"
nameWithType: "ServiceSasParameters.cacheControl()"
summary: "Get the response header override for cache control."
syntax: "public String cacheControl()"
desc: "Get the response header override for cache control."
returns:
description: "the cacheControl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.canonicalizedResource()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.canonicalizedResource()"
name: "canonicalizedResource()"
nameWithType: "ServiceSasParameters.canonicalizedResource()"
summary: "Get the canonical path to the signed resource."
syntax: "public String canonicalizedResource()"
desc: "Get the canonical path to the signed resource."
returns:
description: "the canonicalizedResource value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.contentDisposition()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.contentDisposition()"
name: "contentDisposition()"
nameWithType: "ServiceSasParameters.contentDisposition()"
summary: "Get the response header override for content disposition."
syntax: "public String contentDisposition()"
desc: "Get the response header override for content disposition."
returns:
description: "the contentDisposition value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.contentEncoding()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.contentEncoding()"
name: "contentEncoding()"
nameWithType: "ServiceSasParameters.contentEncoding()"
summary: "Get the response header override for content encoding."
syntax: "public String contentEncoding()"
desc: "Get the response header override for content encoding."
returns:
description: "the contentEncoding value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.contentLanguage()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.contentLanguage()"
name: "contentLanguage()"
nameWithType: "ServiceSasParameters.contentLanguage()"
summary: "Get the response header override for content language."
syntax: "public String contentLanguage()"
desc: "Get the response header override for content language."
returns:
description: "the contentLanguage value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.contentType()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.contentType()"
name: "contentType()"
nameWithType: "ServiceSasParameters.contentType()"
summary: "Get the response header override for content type."
syntax: "public String contentType()"
desc: "Get the response header override for content type."
returns:
description: "the contentType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.iPAddressOrRange()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.iPAddressOrRange()"
name: "iPAddressOrRange()"
nameWithType: "ServiceSasParameters.iPAddressOrRange()"
summary: "Get an IP address or a range of IP addresses from which to accept requests."
syntax: "public String iPAddressOrRange()"
desc: "Get an IP address or a range of IP addresses from which to accept requests."
returns:
description: "the iPAddressOrRange value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.identifier()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.identifier()"
name: "identifier()"
nameWithType: "ServiceSasParameters.identifier()"
summary: "Get 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 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.keyToSign()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.keyToSign()"
name: "keyToSign()"
nameWithType: "ServiceSasParameters.keyToSign()"
summary: "Get the key to sign the account SAS token with."
syntax: "public String keyToSign()"
desc: "Get the key to sign the account SAS token with."
returns:
description: "the keyToSign value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.partitionKeyEnd()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.partitionKeyEnd()"
name: "partitionKeyEnd()"
nameWithType: "ServiceSasParameters.partitionKeyEnd()"
summary: "Get the end of partition key."
syntax: "public String partitionKeyEnd()"
desc: "Get the end of partition key."
returns:
description: "the partitionKeyEnd value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.partitionKeyStart()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.partitionKeyStart()"
name: "partitionKeyStart()"
nameWithType: "ServiceSasParameters.partitionKeyStart()"
summary: "Get the start of partition key."
syntax: "public String partitionKeyStart()"
desc: "Get the start of partition key."
returns:
description: "the partitionKeyStart value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.permissions()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.permissions()"
name: "permissions()"
nameWithType: "ServiceSasParameters.permissions()"
summary: "Get the signed permissions for the service SAS."
syntax: "public Permissions permissions()"
desc: "Get 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). Possible values include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'."
returns:
description: "the permissions value"
type: "<xref href=\"com.microsoft.azure.management.storage.Permissions?alt=com.microsoft.azure.management.storage.Permissions&text=Permissions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.protocols()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.protocols()"
name: "protocols()"
nameWithType: "ServiceSasParameters.protocols()"
summary: "Get the protocol permitted for a request made with the account SAS."
syntax: "public HttpProtocol protocols()"
desc: "Get the protocol permitted for a request made with the account SAS. Possible values include: 'https,http', 'https'."
returns:
description: "the protocols value"
type: "<xref href=\"com.microsoft.azure.management.storage.HttpProtocol?alt=com.microsoft.azure.management.storage.HttpProtocol&text=HttpProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.resource()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.resource()"
name: "resource()"
nameWithType: "ServiceSasParameters.resource()"
summary: "Get the signed services accessible with the service SAS."
syntax: "public SignedResource resource()"
desc: "Get the signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). Possible values include: 'b', 'c', 'f', 's'."
returns:
description: "the resource value"
type: "<xref href=\"com.microsoft.azure.management.storage.SignedResource?alt=com.microsoft.azure.management.storage.SignedResource&text=SignedResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.rowKeyEnd()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.rowKeyEnd()"
name: "rowKeyEnd()"
nameWithType: "ServiceSasParameters.rowKeyEnd()"
summary: "Get the end of row key."
syntax: "public String rowKeyEnd()"
desc: "Get the end of row key."
returns:
description: "the rowKeyEnd value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.rowKeyStart()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.rowKeyStart()"
name: "rowKeyStart()"
nameWithType: "ServiceSasParameters.rowKeyStart()"
summary: "Get the start of row key."
syntax: "public String rowKeyStart()"
desc: "Get the start of row key."
returns:
description: "the rowKeyStart value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.sharedAccessExpiryTime()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.sharedAccessExpiryTime()"
name: "sharedAccessExpiryTime()"
nameWithType: "ServiceSasParameters.sharedAccessExpiryTime()"
summary: "Get the time at which the shared access signature becomes invalid."
syntax: "public DateTime sharedAccessExpiryTime()"
desc: "Get the time at which the shared access signature becomes invalid."
returns:
description: "the sharedAccessExpiryTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.sharedAccessStartTime()"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.sharedAccessStartTime()"
name: "sharedAccessStartTime()"
nameWithType: "ServiceSasParameters.sharedAccessStartTime()"
summary: "Get the time at which the SAS becomes valid."
syntax: "public DateTime sharedAccessStartTime()"
desc: "Get the time at which the SAS becomes valid."
returns:
description: "the sharedAccessStartTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withCacheControl(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withCacheControl(String cacheControl)"
name: "withCacheControl(String cacheControl)"
nameWithType: "ServiceSasParameters.withCacheControl(String cacheControl)"
summary: "Set the response header override for cache control."
parameters:
- description: "the cacheControl value to set"
name: "cacheControl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withCacheControl(String cacheControl)"
desc: "Set the response header override for cache control."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withCanonicalizedResource(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource)"
name: "withCanonicalizedResource(String canonicalizedResource)"
nameWithType: "ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource)"
summary: "Set the canonical path to the signed resource."
parameters:
- description: "the canonicalizedResource value to set"
name: "canonicalizedResource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withCanonicalizedResource(String canonicalizedResource)"
desc: "Set the canonical path to the signed resource."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentDisposition(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentDisposition(String contentDisposition)"
name: "withContentDisposition(String contentDisposition)"
nameWithType: "ServiceSasParameters.withContentDisposition(String contentDisposition)"
summary: "Set the response header override for content disposition."
parameters:
- description: "the contentDisposition value to set"
name: "contentDisposition"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withContentDisposition(String contentDisposition)"
desc: "Set the response header override for content disposition."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentEncoding(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentEncoding(String contentEncoding)"
name: "withContentEncoding(String contentEncoding)"
nameWithType: "ServiceSasParameters.withContentEncoding(String contentEncoding)"
summary: "Set the response header override for content encoding."
parameters:
- description: "the contentEncoding value to set"
name: "contentEncoding"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withContentEncoding(String contentEncoding)"
desc: "Set the response header override for content encoding."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentLanguage(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentLanguage(String contentLanguage)"
name: "withContentLanguage(String contentLanguage)"
nameWithType: "ServiceSasParameters.withContentLanguage(String contentLanguage)"
summary: "Set the response header override for content language."
parameters:
- description: "the contentLanguage value to set"
name: "contentLanguage"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withContentLanguage(String contentLanguage)"
desc: "Set the response header override for content language."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentType(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withContentType(String contentType)"
name: "withContentType(String contentType)"
nameWithType: "ServiceSasParameters.withContentType(String contentType)"
summary: "Set the response header override for content type."
parameters:
- description: "the contentType value to set"
name: "contentType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withContentType(String contentType)"
desc: "Set the response header override for content type."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withIPAddressOrRange(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withIPAddressOrRange(String iPAddressOrRange)"
name: "withIPAddressOrRange(String iPAddressOrRange)"
nameWithType: "ServiceSasParameters.withIPAddressOrRange(String iPAddressOrRange)"
summary: "Set an IP address or a range of IP addresses from which to accept requests."
parameters:
- description: "the iPAddressOrRange value to set"
name: "iPAddressOrRange"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withIPAddressOrRange(String iPAddressOrRange)"
desc: "Set an IP address or a range of IP addresses from which to accept requests."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withIdentifier(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withIdentifier(String identifier)"
name: "withIdentifier(String identifier)"
nameWithType: "ServiceSasParameters.withIdentifier(String identifier)"
summary: "Set 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withIdentifier(String identifier)"
desc: "Set 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: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withKeyToSign(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withKeyToSign(String keyToSign)"
name: "withKeyToSign(String keyToSign)"
nameWithType: "ServiceSasParameters.withKeyToSign(String keyToSign)"
summary: "Set the key to sign the account SAS token with."
parameters:
- description: "the keyToSign value to set"
name: "keyToSign"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withKeyToSign(String keyToSign)"
desc: "Set the key to sign the account SAS token with."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withPartitionKeyEnd(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd)"
name: "withPartitionKeyEnd(String partitionKeyEnd)"
nameWithType: "ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd)"
summary: "Set the end of partition key."
parameters:
- description: "the partitionKeyEnd value to set"
name: "partitionKeyEnd"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withPartitionKeyEnd(String partitionKeyEnd)"
desc: "Set the end of partition key."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withPartitionKeyStart(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart)"
name: "withPartitionKeyStart(String partitionKeyStart)"
nameWithType: "ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart)"
summary: "Set the start of partition key."
parameters:
- description: "the partitionKeyStart value to set"
name: "partitionKeyStart"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withPartitionKeyStart(String partitionKeyStart)"
desc: "Set the start of partition key."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withPermissions(com.microsoft.azure.management.storage.Permissions)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withPermissions(Permissions permissions)"
name: "withPermissions(Permissions permissions)"
nameWithType: "ServiceSasParameters.withPermissions(Permissions permissions)"
summary: "Set the signed permissions for the service SAS."
parameters:
- description: "the permissions value to set"
name: "permissions"
type: "<xref href=\"com.microsoft.azure.management.storage.Permissions?alt=com.microsoft.azure.management.storage.Permissions&text=Permissions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withPermissions(Permissions permissions)"
desc: "Set 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). Possible values include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withProtocols(com.microsoft.azure.management.storage.HttpProtocol)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withProtocols(HttpProtocol protocols)"
name: "withProtocols(HttpProtocol protocols)"
nameWithType: "ServiceSasParameters.withProtocols(HttpProtocol protocols)"
summary: "Set the protocol permitted for a request made with the account SAS."
parameters:
- description: "the protocols value to set"
name: "protocols"
type: "<xref href=\"com.microsoft.azure.management.storage.HttpProtocol?alt=com.microsoft.azure.management.storage.HttpProtocol&text=HttpProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withProtocols(HttpProtocol protocols)"
desc: "Set the protocol permitted for a request made with the account SAS. Possible values include: 'https,http', 'https'."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withResource(com.microsoft.azure.management.storage.SignedResource)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withResource(SignedResource resource)"
name: "withResource(SignedResource resource)"
nameWithType: "ServiceSasParameters.withResource(SignedResource resource)"
summary: "Set the signed services accessible with the service SAS."
parameters:
- description: "the resource value to set"
name: "resource"
type: "<xref href=\"com.microsoft.azure.management.storage.SignedResource?alt=com.microsoft.azure.management.storage.SignedResource&text=SignedResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withResource(SignedResource resource)"
desc: "Set the signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). Possible values include: 'b', 'c', 'f', 's'."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withRowKeyEnd(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withRowKeyEnd(String rowKeyEnd)"
name: "withRowKeyEnd(String rowKeyEnd)"
nameWithType: "ServiceSasParameters.withRowKeyEnd(String rowKeyEnd)"
summary: "Set the end of row key."
parameters:
- description: "the rowKeyEnd value to set"
name: "rowKeyEnd"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withRowKeyEnd(String rowKeyEnd)"
desc: "Set the end of row key."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withRowKeyStart(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withRowKeyStart(String rowKeyStart)"
name: "withRowKeyStart(String rowKeyStart)"
nameWithType: "ServiceSasParameters.withRowKeyStart(String rowKeyStart)"
summary: "Set the start of row key."
parameters:
- description: "the rowKeyStart value to set"
name: "rowKeyStart"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withRowKeyStart(String rowKeyStart)"
desc: "Set the start of row key."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withSharedAccessExpiryTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
name: "withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
nameWithType: "ServiceSasParameters.withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
summary: "Set the time at which the shared access signature becomes invalid."
parameters:
- description: "the sharedAccessExpiryTime value to set"
name: "sharedAccessExpiryTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
desc: "Set the time at which the shared access signature becomes invalid."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ServiceSasParameters.withSharedAccessStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.storage.ServiceSasParameters.withSharedAccessStartTime(DateTime sharedAccessStartTime)"
name: "withSharedAccessStartTime(DateTime sharedAccessStartTime)"
nameWithType: "ServiceSasParameters.withSharedAccessStartTime(DateTime sharedAccessStartTime)"
summary: "Set the time at which the SAS becomes valid."
parameters:
- description: "the sharedAccessStartTime value to set"
name: "sharedAccessStartTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceSasParameters withSharedAccessStartTime(DateTime sharedAccessStartTime)"
desc: "Set the time at which the SAS becomes valid."
returns:
description: "the ServiceSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ServiceSasParameters?alt=com.microsoft.azure.management.storage.ServiceSasParameters&text=ServiceSasParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The parameters to list service SAS credentials of a specific resource."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4