StorageURL class
A ServiceURL represents a based URL class for ServiceURL, ContainerURL and etc.
Properties
url | URL string value. |
Methods
new |
A static method used to create a new Pipeline object with Credential provided. |
Property Details
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): Pipeline
Parameters
- credential
- Credential
Such as AnonymousCredential, SharedKeyCredential.
- pipelineOptions
- INewPipelineOptions
Optional. Options.
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