Class LoadTestResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner

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

    • LoadTestResourceInner

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

    • identity

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

      public LoadTestResourceInner withIdentity(ManagedServiceIdentity 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.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

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

      public LoadTestResourceInner withTags(Map<String,String> tags)
      Overrides:
      withTags 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.
    • encryption

      public EncryptionProperties encryption()
      Get the encryption property: CMK Encryption property.
      Returns:
      the encryption value.
    • withEncryption

      public LoadTestResourceInner withEncryption(EncryptionProperties encryption)
      Set the encryption property: CMK Encryption property.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the LoadTestResourceInner object itself.
    • validate

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