public final class GeneratedStorageClient
extends com.microsoft.rest.v2.ServiceClient
Constructor and Description |
---|
GeneratedStorageClient()
Initializes an instance of GeneratedStorageClient client.
|
GeneratedStorageClient(com.microsoft.rest.v2.http.HttpPipeline httpPipeline)
Initializes an instance of GeneratedStorageClient client.
|
Modifier and Type | Method and Description |
---|---|
GeneratedAppendBlobs |
generatedAppendBlobs()
Gets the GeneratedAppendBlobs object to access its operations.
|
GeneratedBlobs |
generatedBlobs()
Gets the GeneratedBlobs object to access its operations.
|
GeneratedBlockBlobs |
generatedBlockBlobs()
Gets the GeneratedBlockBlobs object to access its operations.
|
GeneratedContainers |
generatedContainers()
Gets the GeneratedContainers object to access its operations.
|
GeneratedPageBlobs |
generatedPageBlobs()
Gets the GeneratedPageBlobs object to access its operations.
|
GeneratedServices |
generatedServices()
Gets the GeneratedServices object to access its operations.
|
String |
url()
Gets The URL of the service account, container, or blob that is the targe of the desired operation.
|
String |
version()
Gets Specifies the version of the operation to use for this request.
|
GeneratedStorageClient |
withUrl(String url)
Sets The URL of the service account, container, or blob that is the targe of the desired operation.
|
GeneratedStorageClient |
withVersion(String version)
Sets Specifies the version of the operation to use for this request.
|
public GeneratedStorageClient()
public GeneratedStorageClient(@NonNull com.microsoft.rest.v2.http.HttpPipeline httpPipeline)
httpPipeline
- The HTTP pipeline to send requests through.public String url()
public GeneratedStorageClient withUrl(String url)
url
- the url value.public String version()
public GeneratedStorageClient withVersion(String version)
version
- the version value.public GeneratedServices generatedServices()
public GeneratedContainers generatedContainers()
public GeneratedBlobs generatedBlobs()
public GeneratedPageBlobs generatedPageBlobs()
public GeneratedAppendBlobs generatedAppendBlobs()
public GeneratedBlockBlobs generatedBlockBlobs()
Copyright © 2019 Microsoft Corporation. All rights reserved.