AuthorizeRequest Class

  • java.lang.Object
    • com.azure.resourcemanager.netapp.models.AuthorizeRequest

public final class AuthorizeRequest

Authorize request.

Constructor Summary

Constructor Description
AuthorizeRequest()

Creates an instance of AuthorizeRequest class.

Method Summary

Modifier and Type Method and Description
String remoteVolumeResourceId()

Get the remoteVolumeResourceId property: Resource id of the remote volume.

void validate()

Validates the instance.

AuthorizeRequest withRemoteVolumeResourceId(String remoteVolumeResourceId)

Set the remoteVolumeResourceId property: Resource id of the remote volume.

Methods inherited from java.lang.Object

Constructor Details

AuthorizeRequest

public AuthorizeRequest()

Creates an instance of AuthorizeRequest class.

Method Details

remoteVolumeResourceId

public String remoteVolumeResourceId()

Get the remoteVolumeResourceId property: Resource id of the remote volume.

Returns:

the remoteVolumeResourceId value.

validate

public void validate()

Validates the instance.

withRemoteVolumeResourceId

public AuthorizeRequest withRemoteVolumeResourceId(String remoteVolumeResourceId)

Set the remoteVolumeResourceId property: Resource id of the remote volume.

Parameters:

remoteVolumeResourceId - the remoteVolumeResourceId value to set.

Returns:

the AuthorizeRequest object itself.

Applies to