Class ServiceFabricPropertiesInner

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.ServiceFabricPropertiesInner

public final class ServiceFabricPropertiesInner extends Object
Properties of a service fabric.
  • Constructor Details

    • ServiceFabricPropertiesInner

      public ServiceFabricPropertiesInner()
      Creates an instance of ServiceFabricPropertiesInner class.
  • Method Details

    • externalServiceFabricId

      public String externalServiceFabricId()
      Get the externalServiceFabricId property: The backing service fabric resource's id.
      Returns:
      the externalServiceFabricId value.
    • withExternalServiceFabricId

      public ServiceFabricPropertiesInner withExternalServiceFabricId(String externalServiceFabricId)
      Set the externalServiceFabricId property: The backing service fabric resource's id.
      Parameters:
      externalServiceFabricId - the externalServiceFabricId value to set.
      Returns:
      the ServiceFabricPropertiesInner object itself.
    • environmentId

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

      public ServiceFabricPropertiesInner withEnvironmentId(String environmentId)
      Set the environmentId property: The resource id of the environment under which the service fabric resource is present.
      Parameters:
      environmentId - the environmentId value to set.
      Returns:
      the ServiceFabricPropertiesInner object itself.
    • applicableSchedule

      public ApplicableScheduleInner applicableSchedule()
      Get the applicableSchedule property: The applicable schedule for the virtual machine.
      Returns:
      the applicableSchedule value.
    • provisioningState

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

      public String uniqueIdentifier()
      Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
      Returns:
      the uniqueIdentifier value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.