PSSeriviceProperties Constructors

Definition

Overloads

PSSeriviceProperties(TableServiceProperties)
PSSeriviceProperties(ServiceProperties)
PSSeriviceProperties(ServiceProperties)
PSSeriviceProperties(ServiceProperties)

PSSeriviceProperties(TableServiceProperties)

public PSSeriviceProperties (Azure.Data.Tables.Models.TableServiceProperties properties);
new Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties : Azure.Data.Tables.Models.TableServiceProperties -> Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties
Public Sub New (properties As TableServiceProperties)

Parameters

Applies to

PSSeriviceProperties(ServiceProperties)

public PSSeriviceProperties (Microsoft.Azure.Cosmos.Table.ServiceProperties properties);
new Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties : Microsoft.Azure.Cosmos.Table.ServiceProperties -> Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties
Public Sub New (properties As ServiceProperties)

Parameters

properties
ServiceProperties

Applies to

PSSeriviceProperties(ServiceProperties)

public PSSeriviceProperties (Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties properties);
new Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties : Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties -> Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties
Public Sub New (properties As ServiceProperties)

Parameters

properties
ServiceProperties

Applies to

PSSeriviceProperties(ServiceProperties)

public PSSeriviceProperties (Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties properties);
new Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties : Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties -> Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties
Public Sub New (properties As ServiceProperties)

Parameters

properties
ServiceProperties

Applies to