java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridcontainerservice.fluent.models.VirtualNetworksInner

public final class VirtualNetworksInner extends com.azure.core.management.Resource
The virtualNetworks resource definition.
  • Constructor Details

    • VirtualNetworksInner

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

    • properties

      public VirtualNetworksProperties properties()
      Get the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.
      Returns:
      the properties value.
    • withProperties

      public VirtualNetworksInner withProperties(VirtualNetworksProperties properties)
      Set the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.
      Parameters:
      properties - the properties value to set.
      Returns:
      the VirtualNetworksInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • extendedLocation

      public VirtualNetworksExtendedLocation extendedLocation()
      Get the extendedLocation property: The extendedLocation property.
      Returns:
      the extendedLocation value.
    • withExtendedLocation

      public VirtualNetworksInner withExtendedLocation(VirtualNetworksExtendedLocation extendedLocation)
      Set the extendedLocation property: The extendedLocation property.
      Parameters:
      extendedLocation - the extendedLocation value to set.
      Returns:
      the VirtualNetworksInner object itself.
    • withLocation

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

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

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