ManagedVirtualNetworkReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. ManagedVirtualNetworkReference
- com.
Implements
public final class ManagedVirtualNetworkReference
implements JsonSerializable<ManagedVirtualNetworkReference>
Managed Virtual Network reference type.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedVirtualNetworkReference() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
referenceName()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Managed |
type()
Get the type property: Managed Virtual Network reference type. |
| void |
validate()
Validates the instance. |
|
Managed |
withReferenceName(String referenceName)
Set the reference |
|
Managed |
withType(ManagedVirtualNetworkReferenceType type)
Set the type property: Managed Virtual Network reference type. |
Methods inherited from java.lang.Object
Constructor Details
ManagedVirtualNetworkReference
public ManagedVirtualNetworkReference()
Creates an instance of ManagedVirtualNetworkReference class.
Method Details
fromJson
public static ManagedVirtualNetworkReference fromJson(JsonReader jsonReader)
Reads an instance of ManagedVirtualNetworkReference from the JsonReader.
Parameters:
Returns:
Throws:
referenceName
public String referenceName()
Get the referenceName property: Reference ManagedVirtualNetwork name.
Returns:
toJson
type
public ManagedVirtualNetworkReferenceType type()
Get the type property: Managed Virtual Network reference type.
Returns:
validate
public void validate()
Validates the instance.
withReferenceName
public ManagedVirtualNetworkReference withReferenceName(String referenceName)
Set the referenceName property: Reference ManagedVirtualNetwork name.
Parameters:
Returns:
withType
public ManagedVirtualNetworkReference withType(ManagedVirtualNetworkReferenceType type)
Set the type property: Managed Virtual Network reference type.
Parameters:
Returns: