Class SyncStorageKeysInput
java.lang.Object
com.azure.resourcemanager.mediaservices.models.SyncStorageKeysInput
The input to the sync storage keys request.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SyncStorageKeysInput
public SyncStorageKeysInput()Creates an instance of SyncStorageKeysInput class.
-
-
Method Details
-
id
Get the id property: The ID of the storage account resource.- Returns:
- the id value.
-
withId
Set the id property: The ID of the storage account resource.- Parameters:
id
- the id value to set.- Returns:
- the SyncStorageKeysInput object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-