MicrosoftGraphProvisionedPlan Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProvisionedPlan

public final class MicrosoftGraphProvisionedPlan

provisionedPlan.

Constructor Summary

Constructor Description
MicrosoftGraphProvisionedPlan()

Creates an instance of MicrosoftGraphProvisionedPlan class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: provisionedPlan.

String capabilityStatus()

Get the capabilityStatus property: For example, 'Enabled'.

String provisioningStatus()

Get the provisioningStatus property: For example, 'Success'.

String service()

Get the service property: The name of the service; for example, 'AccessControlS2S'.

void validate()

Validates the instance.

MicrosoftGraphProvisionedPlan withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: provisionedPlan.

MicrosoftGraphProvisionedPlan withCapabilityStatus(String capabilityStatus)

Set the capabilityStatus property: For example, 'Enabled'.

MicrosoftGraphProvisionedPlan withProvisioningStatus(String provisioningStatus)

Set the provisioningStatus property: For example, 'Success'.

MicrosoftGraphProvisionedPlan withService(String service)

Set the service property: The name of the service; for example, 'AccessControlS2S'.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphProvisionedPlan

public MicrosoftGraphProvisionedPlan()

Creates an instance of MicrosoftGraphProvisionedPlan class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: provisionedPlan.

Returns:

the additionalProperties value.

capabilityStatus

public String capabilityStatus()

Get the capabilityStatus property: For example, 'Enabled'.

Returns:

the capabilityStatus value.

provisioningStatus

public String provisioningStatus()

Get the provisioningStatus property: For example, 'Success'.

Returns:

the provisioningStatus value.

service

public String service()

Get the service property: The name of the service; for example, 'AccessControlS2S'.

Returns:

the service value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphProvisionedPlan withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: provisionedPlan.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphProvisionedPlan object itself.

withCapabilityStatus

public MicrosoftGraphProvisionedPlan withCapabilityStatus(String capabilityStatus)

Set the capabilityStatus property: For example, 'Enabled'.

Parameters:

capabilityStatus - the capabilityStatus value to set.

Returns:

the MicrosoftGraphProvisionedPlan object itself.

withProvisioningStatus

public MicrosoftGraphProvisionedPlan withProvisioningStatus(String provisioningStatus)

Set the provisioningStatus property: For example, 'Success'.

Parameters:

provisioningStatus - the provisioningStatus value to set.

Returns:

the MicrosoftGraphProvisionedPlan object itself.

withService

public MicrosoftGraphProvisionedPlan withService(String service)

Set the service property: The name of the service; for example, 'AccessControlS2S'.

Parameters:

service - the service value to set.

Returns:

the MicrosoftGraphProvisionedPlan object itself.

Applies to