public interface Appliance
An immutable client-side representation of Appliance.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • identity

      Identity identity()
      Gets the identity property: Identity for the resource.
      Returns:
      the identity value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • distro

      Distro distro()
      Gets the distro property: Represents a supported Fabric/Infra. (AKSEdge etc...).
      Returns:
      the distro value.
    • infrastructureConfig

      Gets the infrastructureConfig property: Contains infrastructure information about the Appliance.
      Returns:
      the infrastructureConfig value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: The current deployment or provisioning state, which only appears in the response.
      Returns:
      the provisioningState value.
    • publicKey

      String publicKey()
      Gets the publicKey property: Certificates pair used to download MSI certificate from HIS.
      Returns:
      the publicKey value.
    • status

      Status status()
      Gets the status property: Appliance’s health and state of connection to on-prem.
      Returns:
      the status value.
    • version

      String version()
      Gets the version property: Version of the Appliance.
      Returns:
      the version value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      ApplianceInner innerModel()
      Gets the inner com.azure.resourcemanager.resourceconnector.fluent.models.ApplianceInner object.
      Returns:
      the inner object.
    • update

      Begins update for the Appliance resource.
      Returns:
      the stage of resource update.
    • refresh

      Appliance refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Appliance refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.
    • listClusterCustomerUserCredential

      ApplianceListClusterCustomerUserCredentialResults listClusterCustomerUserCredential()
      Returns the cluster customer user credentials for the dedicated appliance.
      Returns:
      the List Cluster Customer User Credential Results appliance.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listClusterCustomerUserCredentialWithResponse

      com.azure.core.http.rest.Response<ApplianceListClusterCustomerUserCredentialResults> listClusterCustomerUserCredentialWithResponse(com.azure.core.util.Context context)
      Returns the cluster customer user credentials for the dedicated appliance.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the List Cluster Customer User Credential Results appliance along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listClusterUserCredential

      ApplianceListCredentialResults listClusterUserCredential()
      Returns the cluster user credentials for the dedicated appliance.
      Returns:
      the List Cluster User Credential appliance.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listClusterUserCredentialWithResponse

      com.azure.core.http.rest.Response<ApplianceListCredentialResults> listClusterUserCredentialWithResponse(com.azure.core.util.Context context)
      Returns the cluster user credentials for the dedicated appliance.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the List Cluster User Credential appliance along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.