User Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.labservices.v2018_10_15.implementation.UserInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Refreshable<User> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabServicesManager>

public interface User
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.labservices.v2018_10_15.implementation.UserInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<User>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabServicesManager>

Type representing User.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String email()
abstract java.lang.String familyName()
abstract java.lang.String givenName()
abstract java.lang.String id()
abstract LatestOperationResult latestOperationResult()
abstract java.lang.String location()
abstract java.lang.String name()
abstract java.lang.String provisioningState()
abstract java.util.Map<java.lang.String,java.lang.String> tags()
abstract java.lang.String tenantId()
abstract org.joda.time.Period totalUsage()
abstract java.lang.String type()
abstract java.lang.String uniqueIdentifier()

Method Details

email

public abstract String email()

Returns:

the email value.

familyName

public abstract String familyName()

Returns:

the familyName value.

givenName

public abstract String givenName()

Returns:

the givenName value.

id

public abstract String id()

Returns:

the id value.

latestOperationResult

public abstract LatestOperationResult latestOperationResult()

Returns:

the latestOperationResult value.

location

public abstract String location()

Returns:

the location value.

name

public abstract String name()

Returns:

the name value.

provisioningState

public abstract String provisioningState()

Returns:

the provisioningState value.

tags

public abstract Map tags()

Returns:

the tags value.

tenantId

public abstract String tenantId()

Returns:

the tenantId value.

totalUsage

public abstract Period totalUsage()

Returns:

the totalUsage value.

type

public abstract String type()

Returns:

the type value.

uniqueIdentifier

public abstract String uniqueIdentifier()

Returns:

the uniqueIdentifier value.

Applies to