EnvironmentSettingFragment Class

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

public class EnvironmentSettingFragment
extends com.microsoft.azure.Resource

Represents settings of an environment, from which environment instances would be created.

Constructor Summary

Constructor Description
EnvironmentSettingFragment()

Method Summary

Modifier and Type Method and Description
ConfigurationState configurationState()

Get describes the user's progress in configuring their environment setting.

java.lang.String description()

Get describes the environment and its resource settings.

java.lang.String provisioningState()

Get the provisioning status of the resource.

ResourceSettingsFragment resourceSettings()

Get the resource specific settings.

java.lang.String title()

Get brief title describing the environment and its resource settings.

java.lang.String uniqueIdentifier()

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

EnvironmentSettingFragment withConfigurationState(ConfigurationState configurationState)

Set describes the user's progress in configuring their environment setting.

EnvironmentSettingFragment withDescription(String description)

Set describes the environment and its resource settings.

EnvironmentSettingFragment withProvisioningState(String provisioningState)

Set the provisioning status of the resource.

EnvironmentSettingFragment withResourceSettings(ResourceSettingsFragment resourceSettings)

Set the resource specific settings.

EnvironmentSettingFragment withTitle(String title)

Set brief title describing the environment and its resource settings.

EnvironmentSettingFragment 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

EnvironmentSettingFragment

public EnvironmentSettingFragment()

Method Details

configurationState

public ConfigurationState configurationState()

Get describes the user's progress in configuring their environment setting. Possible values include: 'NotApplicable', 'Completed'.

Returns:

the configurationState value

description

public String description()

Get describes the environment and its resource settings.

Returns:

the description value

provisioningState

public String provisioningState()

Get the provisioning status of the resource.

Returns:

the provisioningState value

resourceSettings

public ResourceSettingsFragment resourceSettings()

Get the resource specific settings.

Returns:

the resourceSettings value

title

public String title()

Get brief title describing the environment and its resource settings.

Returns:

the title value

uniqueIdentifier

public String uniqueIdentifier()

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

Returns:

the uniqueIdentifier value

withConfigurationState

public EnvironmentSettingFragment withConfigurationState(ConfigurationState configurationState)

Set describes the user's progress in configuring their environment setting. Possible values include: 'NotApplicable', 'Completed'.

Parameters:

configurationState - the configurationState value to set

Returns:

the EnvironmentSettingFragment object itself.

withDescription

public EnvironmentSettingFragment withDescription(String description)

Set describes the environment and its resource settings.

Parameters:

description - the description value to set

Returns:

the EnvironmentSettingFragment object itself.

withProvisioningState

public EnvironmentSettingFragment withProvisioningState(String provisioningState)

Set the provisioning status of the resource.

Parameters:

provisioningState - the provisioningState value to set

Returns:

the EnvironmentSettingFragment object itself.

withResourceSettings

public EnvironmentSettingFragment withResourceSettings(ResourceSettingsFragment resourceSettings)

Set the resource specific settings.

Parameters:

resourceSettings - the resourceSettings value to set

Returns:

the EnvironmentSettingFragment object itself.

withTitle

public EnvironmentSettingFragment withTitle(String title)

Set brief title describing the environment and its resource settings.

Parameters:

title - the title value to set

Returns:

the EnvironmentSettingFragment object itself.

withUniqueIdentifier

public EnvironmentSettingFragment withUniqueIdentifier(String uniqueIdentifier)

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

Parameters:

uniqueIdentifier - the uniqueIdentifier value to set

Returns:

the EnvironmentSettingFragment object itself.

Applies to