GetTenantPolicyResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. subscription. fluent. models. GetTenantPolicyResponseInner
- com.
- com.
public final class GetTenantPolicyResponseInner
extends ProxyResource
Tenant policy Information.
Constructor Summary
| Constructor | Description |
|---|---|
| GetTenantPolicyResponseInner() |
Creates an instance of Get |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Get |
fromJson(JsonReader jsonReader)
Reads an instance of Get |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Tenant |
properties()
Get the properties property: Tenant policy properties. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Get |
withProperties(TenantPolicy properties)
Set the properties property: Tenant policy properties. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
GetTenantPolicyResponseInner
public GetTenantPolicyResponseInner()
Creates an instance of GetTenantPolicyResponseInner class.
Method Details
fromJson
public static GetTenantPolicyResponseInner fromJson(JsonReader jsonReader)
Reads an instance of GetTenantPolicyResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
GetTenantPolicyResponseInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
GetTenantPolicyResponseInner.name()Returns:
properties
public TenantPolicy properties()
Get the properties property: Tenant policy properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GetTenantPolicyResponseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
GetTenantPolicyResponseInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public GetTenantPolicyResponseInner withProperties(TenantPolicy properties)
Set the properties property: Tenant policy properties.
Parameters:
Returns: