Class ManagedVirtualNetwork
java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedVirtualNetwork
A managed Virtual Network associated with the Azure Data Factory.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.alias()
Get the alias property: Managed Virtual Network alias.void
validate()
Validates the instance.vNetId()
Get the vNetId property: Managed Virtual Network ID.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.
-
Constructor Details
-
ManagedVirtualNetwork
public ManagedVirtualNetwork()Creates an instance of ManagedVirtualNetwork class.
-
-
Method Details
-
vNetId
Get the vNetId property: Managed Virtual Network ID.- Returns:
- the vNetId value.
-
alias
Get the alias property: Managed Virtual Network alias.- Returns:
- the alias value.
-
additionalProperties
Get the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-