Class ManagedVirtualNetworkReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkReference
Managed Virtual Network reference type.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedVirtualNetworkReference class. -
Method Summary
Modifier and TypeMethodDescriptionGet the referenceName property: Reference ManagedVirtualNetwork name.type()
Get the type property: Managed Virtual Network reference type.void
validate()
Validates the instance.withReferenceName
(String referenceName) Set the referenceName property: Reference ManagedVirtualNetwork name.Set the type property: Managed Virtual Network reference type.
-
Constructor Details
-
ManagedVirtualNetworkReference
public ManagedVirtualNetworkReference()Creates an instance of ManagedVirtualNetworkReference class.
-
-
Method Details
-
type
Get the type property: Managed Virtual Network reference type.- Returns:
- the type value.
-
withType
Set the type property: Managed Virtual Network reference type.- Parameters:
type
- the type value to set.- Returns:
- the ManagedVirtualNetworkReference object itself.
-
referenceName
Get the referenceName property: Reference ManagedVirtualNetwork name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference ManagedVirtualNetwork name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the ManagedVirtualNetworkReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-