Delen via


VirtualNetworkInner Class

public final class VirtualNetworkInner
extends Resource

The VirtualNetworks resource definition.

Constructor Summary

Constructor Description
VirtualNetworkInner()

Method Summary

Modifier and Type Method and Description
ExtendedLocation extendedLocation()

Get the extendedLocation property: The extended location.

String inventoryItemId()

Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.

String networkName()

Get the networkName property: Name of the virtual network in vmmServer.

String provisioningState()

Get the provisioningState property: Gets or sets the provisioning state.

SystemData systemData()

Get the systemData property: The system data.

String uuid()

Get the uuid property: Unique ID of the virtual network.

void validate()

Validates the instance.

String vmmServerId()

Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

VirtualNetworkInner withExtendedLocation(ExtendedLocation extendedLocation)

Set the extendedLocation property: The extended location.

VirtualNetworkInner withInventoryItemId(String inventoryItemId)

Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.

VirtualNetworkInner withLocation(String location)
VirtualNetworkInner withTags(Map<String,String> tags)
VirtualNetworkInner withUuid(String uuid)

Set the uuid property: Unique ID of the virtual network.

VirtualNetworkInner withVmmServerId(String vmmServerId)

Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkInner

public VirtualNetworkInner()

Method Details

extendedLocation

public ExtendedLocation extendedLocation()

Get the extendedLocation property: The extended location.

Returns:

the extendedLocation value.

inventoryItemId

public String inventoryItemId()

Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.

Returns:

the inventoryItemId value.

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.

systemData

public SystemData systemData()

Get the systemData property: The system data.

Returns:

the systemData value.

uuid

public String uuid()

Get the uuid property: Unique ID of the virtual network.

Returns:

the uuid value.

validate

public void validate()

Validates the instance.

vmmServerId

public String vmmServerId()

Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.

Returns:

the vmmServerId 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.

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.

withLocation

public VirtualNetworkInner withLocation(String location)

Overrides:

VirtualNetworkInner.withLocation(String location)

Parameters:

location

withTags

public VirtualNetworkInner withTags(Map<String,String> tags)

Overrides:

VirtualNetworkInner.withTags(Map<String,String> tags)

Parameters:

tags

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.

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.

Applies to