BackupPatch Class

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

public final class BackupPatch

Backup patch.

Constructor Summary

Constructor Description
BackupPatch()

Creates an instance of BackupPatch class.

Method Summary

Modifier and Type Method and Description
String label()

Get the label property: Label for backup.

void validate()

Validates the instance.

BackupPatch withLabel(String label)

Set the label property: Label for backup.

Methods inherited from java.lang.Object

Constructor Details

BackupPatch

public BackupPatch()

Creates an instance of BackupPatch class.

Method Details

label

public String label()

Get the label property: Label for backup.

Returns:

the label value.

validate

public void validate()

Validates the instance.

withLabel

public BackupPatch withLabel(String label)

Set the label property: Label for backup.

Parameters:

label - the label value to set.

Returns:

the BackupPatch object itself.

Applies to