FeatureProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.FeatureProperties

public class FeatureProperties

Information about feature.

Method Summary

Modifier and Type Method and Description
String state()

Get the state value.

FeatureProperties withState(String state)

Set the state value.

Method Details

state

public String state()

Get the state value.

Returns:

the state value

withState

public FeatureProperties withState(String state)

Set the state value.

Parameters:

state - the state value to set

Returns:

the FeatureProperties object itself.

Applies to