Class VirtualNetworkInner


  • public final class VirtualNetworkInner
    extends com.azure.core.management.Resource
    The VirtualNetworks resource definition.
    • Constructor Detail

      • VirtualNetworkInner

        public VirtualNetworkInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: The system data.
        Returns:
        the systemData value.
      • extendedLocation

        public ExtendedLocation extendedLocation()
        Get the extendedLocation property: The extended location.
        Returns:
        the extendedLocation value.
      • withExtendedLocation

        public VirtualNetworkInner withExtendedLocation​(ExtendedLocation extendedLocation)
        Set the extendedLocation property: The extended location.
        Parameters:
        extendedLocation - the extendedLocation value to set.
        Returns:
        the VirtualNetworkInner object itself.
      • withLocation

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

        public String inventoryItemId()
        Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
        Returns:
        the inventoryItemId value.
      • withInventoryItemId

        public VirtualNetworkInner withInventoryItemId​(String inventoryItemId)
        Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
        Parameters:
        inventoryItemId - the inventoryItemId value to set.
        Returns:
        the VirtualNetworkInner object itself.
      • uuid

        public String uuid()
        Get the uuid property: Unique ID of the virtual network.
        Returns:
        the uuid value.
      • withUuid

        public VirtualNetworkInner withUuid​(String uuid)
        Set the uuid property: Unique ID of the virtual network.
        Parameters:
        uuid - the uuid value to set.
        Returns:
        the VirtualNetworkInner object itself.
      • vmmServerId

        public String vmmServerId()
        Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Returns:
        the vmmServerId value.
      • withVmmServerId

        public VirtualNetworkInner withVmmServerId​(String vmmServerId)
        Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Parameters:
        vmmServerId - the vmmServerId value to set.
        Returns:
        the VirtualNetworkInner object itself.
      • networkName

        public String networkName()
        Get the networkName property: Name of the virtual network in vmmServer.
        Returns:
        the networkName value.
      • provisioningState

        public String provisioningState()
        Get the provisioningState property: Gets or sets the provisioning state.
        Returns:
        the provisioningState value.
      • validate

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