Interface ServiceFabricProperties


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

    Modifier and Type
    Method
    Description
    Gets the applicableSchedule property: The applicable schedule for the virtual machine.
    Gets the environmentId property: The resource id of the environment under which the service fabric resource is present.
    Gets the externalServiceFabricId property: The backing service fabric resource's id.
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ServiceFabricPropertiesInner object.
    Gets the provisioningState property: The provisioning status of the resource.
    Gets the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
  • Method Details

    • externalServiceFabricId

      String externalServiceFabricId()
      Gets the externalServiceFabricId property: The backing service fabric resource's id.
      Returns:
      the externalServiceFabricId value.
    • environmentId

      String environmentId()
      Gets the environmentId property: The resource id of the environment under which the service fabric resource is present.
      Returns:
      the environmentId value.
    • applicableSchedule

      ApplicableSchedule applicableSchedule()
      Gets the applicableSchedule property: The applicable schedule for the virtual machine.
      Returns:
      the applicableSchedule value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: The provisioning status of the resource.
      Returns:
      the provisioningState value.
    • uniqueIdentifier

      String uniqueIdentifier()
      Gets the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
      Returns:
      the uniqueIdentifier value.
    • innerModel

      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ServiceFabricPropertiesInner object.
      Returns:
      the inner object.