AscLocationInner Class

public final class AscLocationInner
extends ProxyResource

The ASC location of the subscription is in the "name" field.

Constructor Summary

Constructor Description
AscLocationInner()

Creates an instance of AscLocationInner class.

Method Summary

Modifier and Type Method and Description
Object properties()

Get the properties property: An empty set of properties.

void validate()

Validates the instance.

AscLocationInner withProperties(Object properties)

Set the properties property: An empty set of properties.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

AscLocationInner

public AscLocationInner()

Creates an instance of AscLocationInner class.

Method Details

properties

public Object properties()

Get the properties property: An empty set of properties.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public AscLocationInner withProperties(Object properties)

Set the properties property: An empty set of properties.

Parameters:

properties - the properties value to set.

Returns:

the AscLocationInner object itself.

Applies to