public class SharedAccessAuthorizationRuleResourceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
SharedAccessAuthorizationRuleResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location property: Resource location.
|
List<AccessRights> |
rights()
Get the rights property: The rights associated with the rule.
|
void |
validate()
Validates the instance.
|
SharedAccessAuthorizationRuleResourceInner |
withLocation(String location)
Set the location property: Resource location.
|
SharedAccessAuthorizationRuleResourceInner |
withRights(List<AccessRights> rights)
Set the rights property: The rights associated with the rule.
|
public SharedAccessAuthorizationRuleResourceInner()
public List<AccessRights> rights()
public SharedAccessAuthorizationRuleResourceInner withRights(List<AccessRights> rights)
rights - the rights value to set.public String location()
location in class com.azure.core.management.Resourcepublic SharedAccessAuthorizationRuleResourceInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcelocation - the location value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.