Interface RoleInstance


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

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: The ARM ID of the resource.
    Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.RoleInstanceInner object.
    Gets the name property: The role instance name.
    Gets the operationalState property: The operational state of the role instance.
    Gets the provisioningState property: The provisioning state of the RoleInstance resource.
    com.azure.core.management.SystemData
    Gets the systemData property: The system meta data relating to this resource.
    Gets the type property: The type of the resource.
  • Method Details

    • name

      String name()
      Gets the name property: The role instance name.
      Returns:
      the name value.
    • id

      String id()
      Gets the id property: The ARM ID of the resource.
      Returns:
      the id value.
    • type

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

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system meta data relating to this resource.
      Returns:
      the systemData value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The provisioning state of the RoleInstance resource.
      Returns:
      the provisioningState value.
    • operationalState

      OperationalState operationalState()
      Gets the operationalState property: The operational state of the role instance.
      Returns:
      the operationalState value.
    • innerModel

      RoleInstanceInner innerModel()
      Gets the inner com.azure.resourcemanager.hybridnetwork.fluent.models.RoleInstanceInner object.
      Returns:
      the inner object.