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

PSSharedAccessSignatureAuthorizationRuleAccessRights Class

Definition

Description of the shared access key.

public class PSSharedAccessSignatureAuthorizationRuleAccessRights : Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription
type PSSharedAccessSignatureAuthorizationRuleAccessRights = class
    inherit PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription
Public Class PSSharedAccessSignatureAuthorizationRuleAccessRights
Inherits PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription
Inheritance
PSSharedAccessSignatureAuthorizationRuleAccessRights

Constructors

PSSharedAccessSignatureAuthorizationRuleAccessRights()

Properties

KeyName

Gets or sets name of the key.

(Inherited from PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription)
Name

Gets or sets the property of Iot Dps Name

(Inherited from PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription)
PrimaryKey

Gets or sets primary SAS key value.

(Inherited from PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription)
ResourceGroupName

Gets or sets the property of ResourceGroupName

(Inherited from PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription)
Rights

Gets or sets rights that this key has. Possible values include: 'ServiceConfig', 'EnrollmentRead', 'EnrollmentWrite', 'DeviceConnect', 'RegistrationStatusRead', 'RegistrationStatusWrite'

(Inherited from PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription)
SecondaryKey

Gets or sets secondary SAS key value.

(Inherited from PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription)

Applies to