Share via


PSBlobServiceProperties Constructors

Definition

Overloads

PSBlobServiceProperties()
PSBlobServiceProperties(BlobServiceProperties)

PSBlobServiceProperties()

public PSBlobServiceProperties ();
Public Sub New ()

Applies to

PSBlobServiceProperties(BlobServiceProperties)

public PSBlobServiceProperties (Microsoft.Azure.Management.Storage.Models.BlobServiceProperties policy);
new Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties : Microsoft.Azure.Management.Storage.Models.BlobServiceProperties -> Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties
Public Sub New (policy As BlobServiceProperties)

Parameters

Applies to