Interface ContainerExecResponse

All Superinterfaces:
HasInnerModel<ContainerExecResponseInner>

public interface ContainerExecResponse extends HasInnerModel<ContainerExecResponseInner>
Response containing the container exec command.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the password value.
    Get the webSocketUri value.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • webSocketUri

      String webSocketUri()
      Get the webSocketUri value.
      Returns:
      the webSocketUri value
    • password

      String password()
      Get the password value.
      Returns:
      the password value