Share via


ManagedRGConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadssapvirtualinstance.models.ManagedRGConfiguration

public final class ManagedRGConfiguration

Managed resource group configuration.

Constructor Summary

Constructor Description
ManagedRGConfiguration()

Creates an instance of ManagedRGConfiguration class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Managed resource group name.

void validate()

Validates the instance.

ManagedRGConfiguration withName(String name)

Set the name property: Managed resource group name.

Methods inherited from java.lang.Object

Constructor Details

ManagedRGConfiguration

public ManagedRGConfiguration()

Creates an instance of ManagedRGConfiguration class.

Method Details

name

public String name()

Get the name property: Managed resource group name.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public ManagedRGConfiguration withName(String name)

Set the name property: Managed resource group name.

Parameters:

name - the name value to set.

Returns:

the ManagedRGConfiguration object itself.

Applies to