public final class VaultAccessPolicyParametersInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
VaultAccessPolicyParametersInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location property: The resource type of the access policy.
|
VaultAccessPolicyProperties |
properties()
Get the properties property: Properties of the access policy.
|
void |
validate()
Validates the instance.
|
VaultAccessPolicyParametersInner |
withProperties(VaultAccessPolicyProperties properties)
Set the properties property: Properties of the access policy.
|
public String location()
public VaultAccessPolicyProperties properties()
public VaultAccessPolicyParametersInner withProperties(VaultAccessPolicyProperties properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020. All rights reserved.