Class LoadTestResourceInner


  • public final class LoadTestResourceInner
    extends com.azure.core.management.Resource
    LoadTest details.
    • Constructor Detail

      • LoadTestResourceInner

        public LoadTestResourceInner()
    • Method Detail

      • identity

        public SystemAssignedServiceIdentity identity()
        Get the identity property: The type of identity used for the resource.
        Returns:
        the identity value.
      • withIdentity

        public LoadTestResourceInner withIdentity​(SystemAssignedServiceIdentity identity)
        Set the identity property: The type of identity used for the resource.
        Parameters:
        identity - the identity value to set.
        Returns:
        the LoadTestResourceInner object itself.
      • withLocation

        public LoadTestResourceInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • description

        public String description()
        Get the description property: Description of the resource.
        Returns:
        the description value.
      • withDescription

        public LoadTestResourceInner withDescription​(String description)
        Set the description property: Description of the resource.
        Parameters:
        description - the description value to set.
        Returns:
        the LoadTestResourceInner object itself.
      • provisioningState

        public ResourceState provisioningState()
        Get the provisioningState property: Resource provisioning state.
        Returns:
        the provisioningState value.
      • dataPlaneUri

        public String dataPlaneUri()
        Get the dataPlaneUri property: Resource data plane URI.
        Returns:
        the dataPlaneUri value.
      • validate

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