StorageURL class

A ServiceURL represents a based URL class for ServiceURL, ContainerURL and etc.

Properties

credential

Credential used for authentication and authorization.

url

Encoded URL string value.

Methods

newPipeline(Credential, INewPipelineOptions)

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

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): Pipeline

Parameters

credential
Credential

Such as AnonymousCredential, SharedKeyCredential or TokenCredential.

pipelineOptions
INewPipelineOptions

Optional. Options.

Returns

A new Pipeline object.