ManagementAssociationInner Class

public final class ManagementAssociationInner
extends ProxyResource

The container for solution.

Constructor Summary

Constructor Description
ManagementAssociationInner()

Creates an instance of ManagementAssociationInner class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: Resource location.

ManagementAssociationProperties properties()

Get the properties property: Properties for ManagementAssociation object supported by the OperationsManagement resource provider.

void validate()

Validates the instance.

ManagementAssociationInner withLocation(String location)

Set the location property: Resource location.

ManagementAssociationInner withProperties(ManagementAssociationProperties properties)

Set the properties property: Properties for ManagementAssociation object supported by the OperationsManagement resource provider.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ManagementAssociationInner

public ManagementAssociationInner()

Creates an instance of ManagementAssociationInner class.

Method Details

location

public String location()

Get the location property: Resource location.

Returns:

the location value.

properties

public ManagementAssociationProperties properties()

Get the properties property: Properties for ManagementAssociation object supported by the OperationsManagement resource provider.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withLocation

public ManagementAssociationInner withLocation(String location)

Set the location property: Resource location.

Parameters:

location - the location value to set.

Returns:

the ManagementAssociationInner object itself.

withProperties

public ManagementAssociationInner withProperties(ManagementAssociationProperties properties)

Set the properties property: Properties for ManagementAssociation object supported by the OperationsManagement resource provider.

Parameters:

properties - the properties value to set.

Returns:

the ManagementAssociationInner object itself.

Applies to