StorageURL class
A ServiceURL represents a based URL class for ServiceURL, ContainerURL and etc.
Properties
| credential | Credential used for authentication and authorization. |
| pipeline | Request policy pipeline. |
| url | Encoded URL string value. |
Methods
| new |
A static method used to create a new Pipeline object with Credential provided. |
Property Details
credential
Credential used for authentication and authorization.
credential: Credential
Property Value
pipeline
url
Encoded URL string value.
url: string
Property Value
string
Method Details
newPipeline(Credential, INewPipelineOptions)
A static method used to create a new Pipeline object with Credential provided.
static function newPipeline(credential: Credential, pipelineOptions?: INewPipelineOptions)
Parameters
- credential
- Credential
Such as AnonymousCredential, SharedKeyCredential or TokenCredential.
- pipelineOptions
- INewPipelineOptions
Returns
A new Pipeline object.