Interface ExternalUserCreationResponse


public interface ExternalUserCreationResponse
An immutable client-side representation of ExternalUserCreationResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the created property: Shows if user is created or updated.
    Gets the inner com.azure.resourcemanager.elastic.fluent.models.ExternalUserCreationResponseInner object.
  • Method Details

    • created

      Boolean created()
      Gets the created property: Shows if user is created or updated.
      Returns:
      the created value.
    • innerModel

      Gets the inner com.azure.resourcemanager.elastic.fluent.models.ExternalUserCreationResponseInner object.
      Returns:
      the inner object.