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

228 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.AccountSasParameters"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters"
name: "AccountSasParameters"
nameWithType: "AccountSasParameters"
summary: "The parameters to list SAS credentials of a storage account."
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 **AccountSasParameters**"
constructors:
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.AccountSasParameters()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.AccountSasParameters()"
name: "AccountSasParameters()"
nameWithType: "AccountSasParameters.AccountSasParameters()"
syntax: "public AccountSasParameters()"
methods:
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.iPAddressOrRange()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.iPAddressOrRange()"
name: "iPAddressOrRange()"
nameWithType: "AccountSasParameters.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.AccountSasParameters.keyToSign()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.keyToSign()"
name: "keyToSign()"
nameWithType: "AccountSasParameters.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.AccountSasParameters.permissions()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.permissions()"
name: "permissions()"
nameWithType: "AccountSasParameters.permissions()"
summary: "Get the signed permissions for the account SAS."
syntax: "public Permissions permissions()"
desc: "Get the signed permissions for the account 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.AccountSasParameters.protocols()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.protocols()"
name: "protocols()"
nameWithType: "AccountSasParameters.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.AccountSasParameters.resourceTypes()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.resourceTypes()"
name: "resourceTypes()"
nameWithType: "AccountSasParameters.resourceTypes()"
summary: "Get the signed resource types that are accessible with the account SAS."
syntax: "public SignedResourceTypes resourceTypes()"
desc: "Get the signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. Possible values include: 's', 'c', 'o'."
returns:
description: "the resourceTypes value"
type: "<xref href=\"com.microsoft.azure.management.storage.SignedResourceTypes?alt=com.microsoft.azure.management.storage.SignedResourceTypes&text=SignedResourceTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.services()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.services()"
name: "services()"
nameWithType: "AccountSasParameters.services()"
summary: "Get the signed services accessible with the account SAS."
syntax: "public Services services()"
desc: "Get the signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). Possible values include: 'b', 'q', 't', 'f'."
returns:
description: "the services value"
type: "<xref href=\"com.microsoft.azure.management.storage.Services?alt=com.microsoft.azure.management.storage.Services&text=Services\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.sharedAccessExpiryTime()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.sharedAccessExpiryTime()"
name: "sharedAccessExpiryTime()"
nameWithType: "AccountSasParameters.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.AccountSasParameters.sharedAccessStartTime()"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.sharedAccessStartTime()"
name: "sharedAccessStartTime()"
nameWithType: "AccountSasParameters.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.AccountSasParameters.withIPAddressOrRange(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withIPAddressOrRange(String iPAddressOrRange)"
name: "withIPAddressOrRange(String iPAddressOrRange)"
nameWithType: "AccountSasParameters.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 AccountSasParameters withIPAddressOrRange(String iPAddressOrRange)"
desc: "Set an IP address or a range of IP addresses from which to accept requests."
returns:
description: "the AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withKeyToSign(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withKeyToSign(String keyToSign)"
name: "withKeyToSign(String keyToSign)"
nameWithType: "AccountSasParameters.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 AccountSasParameters withKeyToSign(String keyToSign)"
desc: "Set the key to sign the account SAS token with."
returns:
description: "the AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withPermissions(com.microsoft.azure.management.storage.Permissions)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withPermissions(Permissions permissions)"
name: "withPermissions(Permissions permissions)"
nameWithType: "AccountSasParameters.withPermissions(Permissions permissions)"
summary: "Set the signed permissions for the account 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 AccountSasParameters withPermissions(Permissions permissions)"
desc: "Set the signed permissions for the account 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 AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withProtocols(com.microsoft.azure.management.storage.HttpProtocol)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withProtocols(HttpProtocol protocols)"
name: "withProtocols(HttpProtocol protocols)"
nameWithType: "AccountSasParameters.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 AccountSasParameters 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 AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withResourceTypes(com.microsoft.azure.management.storage.SignedResourceTypes)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withResourceTypes(SignedResourceTypes resourceTypes)"
name: "withResourceTypes(SignedResourceTypes resourceTypes)"
nameWithType: "AccountSasParameters.withResourceTypes(SignedResourceTypes resourceTypes)"
summary: "Set the signed resource types that are accessible with the account SAS."
parameters:
- description: "the resourceTypes value to set"
name: "resourceTypes"
type: "<xref href=\"com.microsoft.azure.management.storage.SignedResourceTypes?alt=com.microsoft.azure.management.storage.SignedResourceTypes&text=SignedResourceTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccountSasParameters withResourceTypes(SignedResourceTypes resourceTypes)"
desc: "Set the signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. Possible values include: 's', 'c', 'o'."
returns:
description: "the AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withServices(com.microsoft.azure.management.storage.Services)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withServices(Services services)"
name: "withServices(Services services)"
nameWithType: "AccountSasParameters.withServices(Services services)"
summary: "Set the signed services accessible with the account SAS."
parameters:
- description: "the services value to set"
name: "services"
type: "<xref href=\"com.microsoft.azure.management.storage.Services?alt=com.microsoft.azure.management.storage.Services&text=Services\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccountSasParameters withServices(Services services)"
desc: "Set the signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). Possible values include: 'b', 'q', 't', 'f'."
returns:
description: "the AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withSharedAccessExpiryTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
name: "withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
nameWithType: "AccountSasParameters.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 AccountSasParameters withSharedAccessExpiryTime(DateTime sharedAccessExpiryTime)"
desc: "Set the time at which the shared access signature becomes invalid."
returns:
description: "the AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.AccountSasParameters.withSharedAccessStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.storage.AccountSasParameters.withSharedAccessStartTime(DateTime sharedAccessStartTime)"
name: "withSharedAccessStartTime(DateTime sharedAccessStartTime)"
nameWithType: "AccountSasParameters.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 AccountSasParameters withSharedAccessStartTime(DateTime sharedAccessStartTime)"
desc: "Set the time at which the SAS becomes valid."
returns:
description: "the AccountSasParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.AccountSasParameters?alt=com.microsoft.azure.management.storage.AccountSasParameters&text=AccountSasParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The parameters to list SAS credentials of a storage account."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4