Class ManagedVirtualNetwork
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ManagedVirtualNetwork
-
public final class ManagedVirtualNetwork extends Object
A managed Virtual Network associated with the Azure Data Factory.
-
-
Constructor Summary
Constructors Constructor Description ManagedVirtualNetwork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.String
alias()
Get the alias property: Managed Virtual Network alias.void
validate()
Validates the instance.String
vNetId()
Get the vNetId property: Managed Virtual Network ID.ManagedVirtualNetwork
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.
-
-
-
Method Detail
-
vNetId
public String vNetId()
Get the vNetId property: Managed Virtual Network ID.- Returns:
- the vNetId value.
-
alias
public String alias()
Get the alias property: Managed Virtual Network alias.- Returns:
- the alias value.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ManagedVirtualNetwork withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ManagedVirtualNetwork object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-