Aracılığıyla paylaş


SharedAccessSignatureAuthorizationRule Interface

public interface SharedAccessSignatureAuthorizationRule

An immutable client-side representation of SharedAccessSignatureAuthorizationRule.

Method Summary

Modifier and Type Method and Description
abstract SharedAccessSignatureAuthorizationRuleInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.SharedAccessSignatureAuthorizationRuleInner object.

abstract String keyName()

Gets the keyName property: Name of the key.

abstract String primaryKey()

Gets the primaryKey property: Primary SAS key value.

abstract AccessRightsDescription rights()

Gets the rights property: Rights that this key has.

abstract String secondaryKey()

Gets the secondaryKey property: Secondary SAS key value.

Method Details

innerModel

public abstract SharedAccessSignatureAuthorizationRuleInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.SharedAccessSignatureAuthorizationRuleInner object.

Returns:

the inner object.

keyName

public abstract String keyName()

Gets the keyName property: Name of the key.

Returns:

the keyName value.

primaryKey

public abstract String primaryKey()

Gets the primaryKey property: Primary SAS key value.

Returns:

the primaryKey value.

rights

public abstract AccessRightsDescription rights()

Gets the rights property: Rights that this key has.

Returns:

the rights value.

secondaryKey

public abstract String secondaryKey()

Gets the secondaryKey property: Secondary SAS key value.

Returns:

the secondaryKey value.

Applies to