AadConnectivityStateAutoGenerated Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AadConnectivityStateAutoGenerated

public class AadConnectivityStateAutoGenerated

Describes an Azure resource with kind.

Constructor Summary

Constructor Description
AadConnectivityStateAutoGenerated()

Creates an instance of AadConnectivityStateAutoGenerated class.

Method Summary

Modifier and Type Method and Description
AadConnectivityState connectivityState()

Get the connectivityState property: The connectivity state of the external AAD solution.

void validate()

Validates the instance.

AadConnectivityStateAutoGenerated withConnectivityState(AadConnectivityState connectivityState)

Set the connectivityState property: The connectivity state of the external AAD solution.

Methods inherited from java.lang.Object

Constructor Details

AadConnectivityStateAutoGenerated

public AadConnectivityStateAutoGenerated()

Creates an instance of AadConnectivityStateAutoGenerated class.

Method Details

connectivityState

public AadConnectivityState connectivityState()

Get the connectivityState property: The connectivity state of the external AAD solution.

Returns:

the connectivityState value.

validate

public void validate()

Validates the instance.

withConnectivityState

public AadConnectivityStateAutoGenerated withConnectivityState(AadConnectivityState connectivityState)

Set the connectivityState property: The connectivity state of the external AAD solution.

Parameters:

connectivityState - the connectivityState value to set.

Returns:

the AadConnectivityStateAutoGenerated object itself.

Applies to