DelegationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.DelegationProperties

public final class DelegationProperties

Properties of the delegation.

Constructor Summary

Constructor Description
DelegationProperties()

Creates an instance of DelegationProperties class.

Method Summary

Modifier and Type Method and Description
ProvisioningState provisioningState()

Get the provisioningState property: The current provisioning state.

String serviceName()

Get the serviceName property: The service name to which the NVA is delegated.

void validate()

Validates the instance.

DelegationProperties withServiceName(String serviceName)

Set the serviceName property: The service name to which the NVA is delegated.

Methods inherited from java.lang.Object

Constructor Details

DelegationProperties

public DelegationProperties()

Creates an instance of DelegationProperties class.

Method Details

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The current provisioning state.

Returns:

the provisioningState value.

serviceName

public String serviceName()

Get the serviceName property: The service name to which the NVA is delegated.

Returns:

the serviceName value.

validate

public void validate()

Validates the instance.

withServiceName

public DelegationProperties withServiceName(String serviceName)

Set the serviceName property: The service name to which the NVA is delegated.

Parameters:

serviceName - the serviceName value to set.

Returns:

the DelegationProperties object itself.

Applies to