Class UserOwnedStorage


  • public final class UserOwnedStorage
    extends Object
    The user owned storage for Cognitive Services account.
    • Constructor Detail

      • UserOwnedStorage

        public UserOwnedStorage()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId property: Full resource id of a Microsoft.Storage resource.
        Returns:
        the resourceId value.
      • withResourceId

        public UserOwnedStorage withResourceId​(String resourceId)
        Set the resourceId property: Full resource id of a Microsoft.Storage resource.
        Parameters:
        resourceId - the resourceId value to set.
        Returns:
        the UserOwnedStorage object itself.
      • identityClientId

        public String identityClientId()
        Get the identityClientId property: The identityClientId property.
        Returns:
        the identityClientId value.
      • withIdentityClientId

        public UserOwnedStorage withIdentityClientId​(String identityClientId)
        Set the identityClientId property: The identityClientId property.
        Parameters:
        identityClientId - the identityClientId value to set.
        Returns:
        the UserOwnedStorage object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.