UserFragment Class

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

public class UserFragment
extends com.microsoft.azure.Resource

The User registered to a lab.

Constructor Summary

Constructor Description
UserFragment()

Method Summary

Modifier and Type Method and Description
java.lang.String provisioningState()

Get the provisioning status of the resource.

java.lang.String uniqueIdentifier()

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

UserFragment withProvisioningState(String provisioningState)

Set the provisioning status of the resource.

UserFragment 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

UserFragment

public UserFragment()

Method Details

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

withProvisioningState

public UserFragment withProvisioningState(String provisioningState)

Set the provisioning status of the resource.

Parameters:

provisioningState - the provisioningState value to set

Returns:

the UserFragment object itself.

withUniqueIdentifier

public UserFragment withUniqueIdentifier(String uniqueIdentifier)

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

Parameters:

uniqueIdentifier - the uniqueIdentifier value to set

Returns:

the UserFragment object itself.

Applies to