public abstract class StorageURL
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.microsoft.rest.v2.http.HttpPipeline |
createPipeline(ICredentials credentials,
PipelineOptions pipelineOptions)
Creates an pipeline to process the HTTP requests and Responses.
|
java.lang.String |
toString() |
java.net.URL |
toURL() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.net.URL toURL()
public static com.microsoft.rest.v2.http.HttpPipeline createPipeline(ICredentials credentials, PipelineOptions pipelineOptions)
credentials
- The credentials the pipeline will use to authenticate the requests.pipelineOptions
- Configurations for each policy in the pipeline.