public final class GeneratedServices extends Object
Constructor and Description |
---|
GeneratedServices(GeneratedStorageClient client)
Initializes an instance of GeneratedServices.
|
Modifier and Type | Method and Description |
---|---|
void |
getAccountInfo(com.microsoft.rest.v2.Context context)
Returns the sku name and account kind.
|
io.reactivex.Completable |
getAccountInfoAsync(com.microsoft.rest.v2.Context context)
Returns the sku name and account kind.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
getAccountInfoAsync(com.microsoft.rest.v2.Context context,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
Returns the sku name and account kind.
|
io.reactivex.Single<ServiceGetAccountInfoResponse> |
getAccountInfoWithRestResponseAsync(com.microsoft.rest.v2.Context context)
Returns the sku name and account kind.
|
StorageServiceProperties |
getProperties(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
io.reactivex.Maybe<StorageServiceProperties> |
getPropertiesAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
com.microsoft.rest.v2.ServiceFuture<StorageServiceProperties> |
getPropertiesAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<StorageServiceProperties> serviceCallback)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
io.reactivex.Single<ServiceGetPropertiesResponse> |
getPropertiesWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
StorageServiceStats |
getStatistics(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
Retrieves statistics related to replication for the Blob service.
|
io.reactivex.Maybe<StorageServiceStats> |
getStatisticsAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
Retrieves statistics related to replication for the Blob service.
|
com.microsoft.rest.v2.ServiceFuture<StorageServiceStats> |
getStatisticsAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<StorageServiceStats> serviceCallback)
Retrieves statistics related to replication for the Blob service.
|
io.reactivex.Single<ServiceGetStatisticsResponse> |
getStatisticsWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
Retrieves statistics related to replication for the Blob service.
|
UserDelegationKey |
getUserDelegationKey(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId)
Retrieves a user delgation key for the Blob service.
|
io.reactivex.Maybe<UserDelegationKey> |
getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId)
Retrieves a user delgation key for the Blob service.
|
com.microsoft.rest.v2.ServiceFuture<UserDelegationKey> |
getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<UserDelegationKey> serviceCallback)
Retrieves a user delgation key for the Blob service.
|
io.reactivex.Single<ServiceGetUserDelegationKeyResponse> |
getUserDelegationKeyWithRestResponseAsync(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId)
Retrieves a user delgation key for the Blob service.
|
ListContainersSegmentResponse |
listContainersSegment(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId)
The List Containers Segment operation returns a list of the containers under the specified account.
|
io.reactivex.Maybe<ListContainersSegmentResponse> |
listContainersSegmentAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId)
The List Containers Segment operation returns a list of the containers under the specified account.
|
com.microsoft.rest.v2.ServiceFuture<ListContainersSegmentResponse> |
listContainersSegmentAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListContainersSegmentResponse> serviceCallback)
The List Containers Segment operation returns a list of the containers under the specified account.
|
io.reactivex.Single<ServiceListContainersSegmentResponse> |
listContainersSegmentWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId)
The List Containers Segment operation returns a list of the containers under the specified account.
|
void |
setProperties(com.microsoft.rest.v2.Context context,
StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
io.reactivex.Completable |
setPropertiesAsync(com.microsoft.rest.v2.Context context,
StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
setPropertiesAsync(com.microsoft.rest.v2.Context context,
StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
io.reactivex.Single<ServiceSetPropertiesResponse> |
setPropertiesWithRestResponseAsync(com.microsoft.rest.v2.Context context,
StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
public GeneratedServices(GeneratedStorageClient client)
client
- the instance of the service client containing this operation class.public void setProperties(com.microsoft.rest.v2.Context context, @NonNull StorageServiceProperties storageServiceProperties, Integer timeout, String requestId)
context
- The context to associate with this operation.storageServiceProperties
- The StorageService properties.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.StorageErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.public com.microsoft.rest.v2.ServiceFuture<Void> setPropertiesAsync(com.microsoft.rest.v2.Context context, @NonNull StorageServiceProperties storageServiceProperties, Integer timeout, String requestId, com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
context
- The context to associate with this operation.storageServiceProperties
- The StorageService properties.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.serviceCallback
- the async ServiceCallback to handle successful and failed responses.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Single<ServiceSetPropertiesResponse> setPropertiesWithRestResponseAsync(com.microsoft.rest.v2.Context context, @NonNull StorageServiceProperties storageServiceProperties, Integer timeout, String requestId)
context
- The context to associate with this operation.storageServiceProperties
- The StorageService properties.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Completable setPropertiesAsync(com.microsoft.rest.v2.Context context, @NonNull StorageServiceProperties storageServiceProperties, Integer timeout, String requestId)
context
- The context to associate with this operation.storageServiceProperties
- The StorageService properties.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public StorageServiceProperties getProperties(com.microsoft.rest.v2.Context context, Integer timeout, String requestId)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.StorageErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.public com.microsoft.rest.v2.ServiceFuture<StorageServiceProperties> getPropertiesAsync(com.microsoft.rest.v2.Context context, Integer timeout, String requestId, com.microsoft.rest.v2.ServiceCallback<StorageServiceProperties> serviceCallback)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.serviceCallback
- the async ServiceCallback to handle successful and failed responses.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Single<ServiceGetPropertiesResponse> getPropertiesWithRestResponseAsync(com.microsoft.rest.v2.Context context, Integer timeout, String requestId)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Maybe<StorageServiceProperties> getPropertiesAsync(com.microsoft.rest.v2.Context context, Integer timeout, String requestId)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public StorageServiceStats getStatistics(com.microsoft.rest.v2.Context context, Integer timeout, String requestId)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.StorageErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.public com.microsoft.rest.v2.ServiceFuture<StorageServiceStats> getStatisticsAsync(com.microsoft.rest.v2.Context context, Integer timeout, String requestId, com.microsoft.rest.v2.ServiceCallback<StorageServiceStats> serviceCallback)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.serviceCallback
- the async ServiceCallback to handle successful and failed responses.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Single<ServiceGetStatisticsResponse> getStatisticsWithRestResponseAsync(com.microsoft.rest.v2.Context context, Integer timeout, String requestId)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Maybe<StorageServiceStats> getStatisticsAsync(com.microsoft.rest.v2.Context context, Integer timeout, String requestId)
context
- The context to associate with this operation.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public ListContainersSegmentResponse listContainersSegment(com.microsoft.rest.v2.Context context, String prefix, String marker, Integer maxresults, ListContainersIncludeType include, Integer timeout, String requestId)
context
- The context to associate with this operation.prefix
- Filters the results to return only containers whose name begins with the specified prefix.marker
- A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the NextMarker value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client.maxresults
- Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000.include
- Include this parameter to specify that the container's metadata be returned as part of the response body. Possible values include: 'metadata'.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.StorageErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.public com.microsoft.rest.v2.ServiceFuture<ListContainersSegmentResponse> listContainersSegmentAsync(com.microsoft.rest.v2.Context context, String prefix, String marker, Integer maxresults, ListContainersIncludeType include, Integer timeout, String requestId, com.microsoft.rest.v2.ServiceCallback<ListContainersSegmentResponse> serviceCallback)
context
- The context to associate with this operation.prefix
- Filters the results to return only containers whose name begins with the specified prefix.marker
- A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the NextMarker value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client.maxresults
- Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000.include
- Include this parameter to specify that the container's metadata be returned as part of the response body. Possible values include: 'metadata'.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.serviceCallback
- the async ServiceCallback to handle successful and failed responses.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Single<ServiceListContainersSegmentResponse> listContainersSegmentWithRestResponseAsync(com.microsoft.rest.v2.Context context, String prefix, String marker, Integer maxresults, ListContainersIncludeType include, Integer timeout, String requestId)
context
- The context to associate with this operation.prefix
- Filters the results to return only containers whose name begins with the specified prefix.marker
- A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the NextMarker value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client.maxresults
- Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000.include
- Include this parameter to specify that the container's metadata be returned as part of the response body. Possible values include: 'metadata'.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Maybe<ListContainersSegmentResponse> listContainersSegmentAsync(com.microsoft.rest.v2.Context context, String prefix, String marker, Integer maxresults, ListContainersIncludeType include, Integer timeout, String requestId)
context
- The context to associate with this operation.prefix
- Filters the results to return only containers whose name begins with the specified prefix.marker
- A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the NextMarker value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client.maxresults
- Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000.include
- Include this parameter to specify that the container's metadata be returned as part of the response body. Possible values include: 'metadata'.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public UserDelegationKey getUserDelegationKey(com.microsoft.rest.v2.Context context, @NonNull KeyInfo keyInfo, Integer timeout, String requestId)
context
- The context to associate with this operation.keyInfo
- the KeyInfo value.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.StorageErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.public com.microsoft.rest.v2.ServiceFuture<UserDelegationKey> getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context, @NonNull KeyInfo keyInfo, Integer timeout, String requestId, com.microsoft.rest.v2.ServiceCallback<UserDelegationKey> serviceCallback)
context
- The context to associate with this operation.keyInfo
- the KeyInfo value.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.serviceCallback
- the async ServiceCallback to handle successful and failed responses.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Single<ServiceGetUserDelegationKeyResponse> getUserDelegationKeyWithRestResponseAsync(com.microsoft.rest.v2.Context context, @NonNull KeyInfo keyInfo, Integer timeout, String requestId)
context
- The context to associate with this operation.keyInfo
- the KeyInfo value.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Maybe<UserDelegationKey> getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context, @NonNull KeyInfo keyInfo, Integer timeout, String requestId)
context
- The context to associate with this operation.keyInfo
- the KeyInfo value.timeout
- The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a>.requestId
- Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.IllegalArgumentException
- thrown if parameters fail the validation.public void getAccountInfo(com.microsoft.rest.v2.Context context)
context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.StorageErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.public com.microsoft.rest.v2.ServiceFuture<Void> getAccountInfoAsync(com.microsoft.rest.v2.Context context, com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
context
- The context to associate with this operation.serviceCallback
- the async ServiceCallback to handle successful and failed responses.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Single<ServiceGetAccountInfoResponse> getAccountInfoWithRestResponseAsync(com.microsoft.rest.v2.Context context)
context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.public io.reactivex.Completable getAccountInfoAsync(com.microsoft.rest.v2.Context context)
context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.Copyright © 2019 Microsoft Corporation. All rights reserved.