LabAccountFragment Class

  • java.lang.Object
    • com.microsoft.azure.ProxyResource
      • com.microsoft.azure.Resource
        • com.microsoft.azure.management.labservices.v2018_10_15.LabAccountFragment

public class LabAccountFragment
extends com.microsoft.azure.Resource

Represents a lab account.

Constructor Summary

Constructor Description
LabAccountFragment()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean enabledRegionSelection()

Get represents if region selection is enabled.

java.lang.String provisioningState()

Get the provisioning status of the resource.

java.lang.String uniqueIdentifier()

Get the unique immutable identifier of a resource (Guid).

LabAccountFragment withEnabledRegionSelection(Boolean enabledRegionSelection)

Set represents if region selection is enabled.

LabAccountFragment withProvisioningState(String provisioningState)

Set the provisioning status of the resource.

LabAccountFragment withUniqueIdentifier(String uniqueIdentifier)

Set the unique immutable identifier of a resource (Guid).

Methods inherited from com.microsoft.azure.ProxyResource

com.microsoft.azure.ProxyResource.id com.microsoft.azure.ProxyResource.name com.microsoft.azure.ProxyResource.type

Methods inherited from com.microsoft.azure.Resource

com.microsoft.azure.Resource.getTags com.microsoft.azure.Resource.location com.microsoft.azure.Resource.withLocation com.microsoft.azure.Resource.withTags

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

LabAccountFragment

public LabAccountFragment()

Method Details

enabledRegionSelection

public Boolean enabledRegionSelection()

Get represents if region selection is enabled.

Returns:

the enabledRegionSelection value

provisioningState

public String provisioningState()

Get the provisioning status of the resource.

Returns:

the provisioningState value

uniqueIdentifier

public String uniqueIdentifier()

Get the unique immutable identifier of a resource (Guid).

Returns:

the uniqueIdentifier value

withEnabledRegionSelection

public LabAccountFragment withEnabledRegionSelection(Boolean enabledRegionSelection)

Set represents if region selection is enabled.

Parameters:

enabledRegionSelection - the enabledRegionSelection value to set

Returns:

the LabAccountFragment object itself.

withProvisioningState

public LabAccountFragment withProvisioningState(String provisioningState)

Set the provisioning status of the resource.

Parameters:

provisioningState - the provisioningState value to set

Returns:

the LabAccountFragment object itself.

withUniqueIdentifier

public LabAccountFragment withUniqueIdentifier(String uniqueIdentifier)

Set the unique immutable identifier of a resource (Guid).

Parameters:

uniqueIdentifier - the uniqueIdentifier value to set

Returns:

the LabAccountFragment object itself.

Applies to