AvailabilitySetInner Class

public final class AvailabilitySetInner
extends Resource

The AvailabilitySets resource definition.

Constructor Summary

Constructor Description
AvailabilitySetInner()

Method Summary

Modifier and Type Method and Description
String availabilitySetName()

Get the availabilitySetName property: Name of the availability set.

ExtendedLocation extendedLocation()

Get the extendedLocation property: The extended location.

String provisioningState()

Get the provisioningState property: Gets or sets the provisioning state.

SystemData systemData()

Get the systemData property: The system data.

void validate()

Validates the instance.

String vmmServerId()

Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

AvailabilitySetInner withAvailabilitySetName(String availabilitySetName)

Set the availabilitySetName property: Name of the availability set.

AvailabilitySetInner withExtendedLocation(ExtendedLocation extendedLocation)

Set the extendedLocation property: The extended location.

AvailabilitySetInner withLocation(String location)
AvailabilitySetInner withTags(Map<String,String> tags)
AvailabilitySetInner withVmmServerId(String vmmServerId)

Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

AvailabilitySetInner

public AvailabilitySetInner()

Method Details

availabilitySetName

public String availabilitySetName()

Get the availabilitySetName property: Name of the availability set.

Returns:

the availabilitySetName value.

extendedLocation

public ExtendedLocation extendedLocation()

Get the extendedLocation property: The extended location.

Returns:

the extendedLocation value.

provisioningState

public String provisioningState()

Get the provisioningState property: Gets or sets the provisioning state.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: The system data.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

vmmServerId

public String vmmServerId()

Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

Returns:

the vmmServerId value.

withAvailabilitySetName

public AvailabilitySetInner withAvailabilitySetName(String availabilitySetName)

Set the availabilitySetName property: Name of the availability set.

Parameters:

availabilitySetName - the availabilitySetName value to set.

Returns:

the AvailabilitySetInner object itself.

withExtendedLocation

public AvailabilitySetInner withExtendedLocation(ExtendedLocation extendedLocation)

Set the extendedLocation property: The extended location.

Parameters:

extendedLocation - the extendedLocation value to set.

Returns:

the AvailabilitySetInner object itself.

withLocation

public AvailabilitySetInner withLocation(String location)

Overrides:

AvailabilitySetInner.withLocation(String location)

Parameters:

location

withTags

public AvailabilitySetInner withTags(Map<String,String> tags)

Overrides:

AvailabilitySetInner.withTags(Map<String,String> tags)

Parameters:

tags

withVmmServerId

public AvailabilitySetInner withVmmServerId(String vmmServerId)

Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

Parameters:

vmmServerId - the vmmServerId value to set.

Returns:

the AvailabilitySetInner object itself.

Applies to