Class VaultAccessPolicyParametersInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.keyvault.fluent.models.VaultAccessPolicyParametersInner
-
public final class VaultAccessPolicyParametersInner extends com.azure.core.management.ProxyResourceParameters for updating the access policy in a vault.
-
-
Constructor Summary
Constructors Constructor Description VaultAccessPolicyParametersInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: The resource type of the access policy.VaultAccessPolicyPropertiesproperties()Get the properties property: Properties of the access policy.voidvalidate()Validates the instance.VaultAccessPolicyParametersInnerwithProperties(VaultAccessPolicyProperties properties)Set the properties property: Properties of the access policy.
-
-
-
Method Detail
-
location
public String location()
Get the location property: The resource type of the access policy.- Returns:
- the location value.
-
properties
public VaultAccessPolicyProperties properties()
Get the properties property: Properties of the access policy.- Returns:
- the properties value.
-
withProperties
public VaultAccessPolicyParametersInner withProperties(VaultAccessPolicyProperties properties)
Set the properties property: Properties of the access policy.- Parameters:
properties- the properties value to set.- Returns:
- the VaultAccessPolicyParametersInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-