Class AzureFileShareProvisionIlrRequest
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.IlrRequest
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureFileShareProvisionIlrRequest
-
public final class AzureFileShareProvisionIlrRequest extends IlrRequest
Update snapshot Uri with the correct friendly Name of the source Azure file share.
-
-
Constructor Summary
Constructors Constructor Description AzureFileShareProvisionIlrRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
recoveryPointId()
Get the recoveryPointId property: Recovery point ID.String
sourceResourceId()
Get the sourceResourceId property: Source Storage account ARM Id.void
validate()
Validates the instance.AzureFileShareProvisionIlrRequest
withRecoveryPointId(String recoveryPointId)
Set the recoveryPointId property: Recovery point ID.AzureFileShareProvisionIlrRequest
withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: Source Storage account ARM Id.
-
-
-
Method Detail
-
recoveryPointId
public String recoveryPointId()
Get the recoveryPointId property: Recovery point ID.- Returns:
- the recoveryPointId value.
-
withRecoveryPointId
public AzureFileShareProvisionIlrRequest withRecoveryPointId(String recoveryPointId)
Set the recoveryPointId property: Recovery point ID.- Parameters:
recoveryPointId
- the recoveryPointId value to set.- Returns:
- the AzureFileShareProvisionIlrRequest object itself.
-
sourceResourceId
public String sourceResourceId()
Get the sourceResourceId property: Source Storage account ARM Id.- Returns:
- the sourceResourceId value.
-
withSourceResourceId
public AzureFileShareProvisionIlrRequest withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: Source Storage account ARM Id.- Parameters:
sourceResourceId
- the sourceResourceId value to set.- Returns:
- the AzureFileShareProvisionIlrRequest object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classIlrRequest
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-