Class SyncStorageKeysInput

java.lang.Object
com.azure.resourcemanager.mediaservices.models.SyncStorageKeysInput

public final class SyncStorageKeysInput extends Object
The input to the sync storage keys request.
  • Constructor Details

    • SyncStorageKeysInput

      public SyncStorageKeysInput()
      Creates an instance of SyncStorageKeysInput class.
  • Method Details

    • id

      public String id()
      Get the id property: The ID of the storage account resource.
      Returns:
      the id value.
    • withId

      public SyncStorageKeysInput withId(String id)
      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.