AvailabilitySetListItem Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.AvailabilitySetListItem

public final class AvailabilitySetListItem

Availability Set model.

Constructor Summary

Constructor Description
AvailabilitySetListItem()

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.

String name()

Get the name property: Gets or sets the name of the availability set.

void validate()

Validates the instance.

AvailabilitySetListItem withId(String id)

Set the id property: Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.

AvailabilitySetListItem withName(String name)

Set the name property: Gets or sets the name of the availability set.

Methods inherited from java.lang.Object

Constructor Details

AvailabilitySetListItem

public AvailabilitySetListItem()

Method Details

id

public String id()

Get the id property: Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.

Returns:

the id value.

name

public String name()

Get the name property: Gets or sets the name of the availability set.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withId

public AvailabilitySetListItem withId(String id)

Set the id property: Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.

Parameters:

id - the id value to set.

Returns:

the AvailabilitySetListItem object itself.

withName

public AvailabilitySetListItem withName(String name)

Set the name property: Gets or sets the name of the availability set.

Parameters:

name - the name value to set.

Returns:

the AvailabilitySetListItem object itself.

Applies to