StorageURL class
A ServiceURL represents a based URL class for ServiceURL, ContainerURL and etc.
Properties
pipeline | Request policy pipeline. |
url | URL string value. |
Methods
new |
A static method used to create a new Pipeline object with Credential provided. |
Property Details
pipeline
url
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.
- pipelineOptions
- INewPipelineOptions
Returns
A new Pipeline object.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript