Class ManagedVirtualNetworkReference
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkReference
-
public final class ManagedVirtualNetworkReference extends Object
Managed Virtual Network reference type.
-
-
Constructor Summary
Constructors Constructor Description ManagedVirtualNetworkReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
referenceName()
Get the referenceName property: Reference ManagedVirtualNetwork name.ManagedVirtualNetworkReferenceType
type()
Get the type property: Managed Virtual Network reference type.void
validate()
Validates the instance.ManagedVirtualNetworkReference
withReferenceName(String referenceName)
Set the referenceName property: Reference ManagedVirtualNetwork name.ManagedVirtualNetworkReference
withType(ManagedVirtualNetworkReferenceType type)
Set the type property: Managed Virtual Network reference type.
-
-
-
Method Detail
-
type
public ManagedVirtualNetworkReferenceType type()
Get the type property: Managed Virtual Network reference type.- Returns:
- the type value.
-
withType
public ManagedVirtualNetworkReference withType(ManagedVirtualNetworkReferenceType type)
Set the type property: Managed Virtual Network reference type.- Parameters:
type
- the type value to set.- Returns:
- the ManagedVirtualNetworkReference object itself.
-
referenceName
public String referenceName()
Get the referenceName property: Reference ManagedVirtualNetwork name.- Returns:
- the referenceName value.
-
withReferenceName
public ManagedVirtualNetworkReference withReferenceName(String referenceName)
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.
-
-