Class SingleServerFullResourceNames

java.lang.Object
com.azure.resourcemanager.workloads.models.SingleServerCustomResourceNames
com.azure.resourcemanager.workloads.models.SingleServerFullResourceNames

public final class SingleServerFullResourceNames extends SingleServerCustomResourceNames
The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.
  • Constructor Details

    • SingleServerFullResourceNames

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

    • virtualMachine

      public VirtualMachineResourceNames virtualMachine()
      Get the virtualMachine property: The resource names object for virtual machine and related resources.
      Returns:
      the virtualMachine value.
    • withVirtualMachine

      public SingleServerFullResourceNames withVirtualMachine(VirtualMachineResourceNames virtualMachine)
      Set the virtualMachine property: The resource names object for virtual machine and related resources.
      Parameters:
      virtualMachine - the virtualMachine value to set.
      Returns:
      the SingleServerFullResourceNames object itself.
    • validate

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