Class ServiceFabricInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devtestlabs.fluent.models.ServiceFabricInner

public final class ServiceFabricInner extends com.azure.core.management.Resource
A Service Fabric.
  • Constructor Details

    • ServiceFabricInner

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

    • withLocation

      public ServiceFabricInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ServiceFabricInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • externalServiceFabricId

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

      public ServiceFabricInner withExternalServiceFabricId(String externalServiceFabricId)
      Set the externalServiceFabricId property: The backing service fabric resource's id.
      Parameters:
      externalServiceFabricId - the externalServiceFabricId value to set.
      Returns:
      the ServiceFabricInner 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 ServiceFabricInner 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 ServiceFabricInner 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.