你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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