SharedAccessSignatureAuthorizationRule Interface
public interface SharedAccessSignatureAuthorizationRule
An immutable client-side representation of SharedAccessSignatureAuthorizationRule.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Shared |
innerModel()
Gets the inner com. |
abstract String |
keyName()
Gets the key |
abstract String |
primaryKey()
Gets the primary |
abstract
Access |
rights()
Gets the rights property: Rights that this key has. |
abstract String |
secondaryKey()
Gets the secondary |
Method Details
innerModel
public abstract SharedAccessSignatureAuthorizationRuleInner innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.SharedAccessSignatureAuthorizationRuleInner object.
Returns:
keyName
public abstract String keyName()
Gets the keyName property: Name of the key.
Returns:
primaryKey
public abstract String primaryKey()
Gets the primaryKey property: Primary SAS key value.
Returns:
rights
public abstract AccessRightsDescription rights()
Gets the rights property: Rights that this key has.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondaryKey property: Secondary SAS key value.
Returns:
Applies to
Azure SDK for Java