Class VirtualNetworkConfiguration
java.lang.Object
com.azure.resourcemanager.kusto.models.VirtualNetworkConfiguration
A class that contains virtual network definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataManagementPublicIpId property: Data management's service public IP address resource id.Get the enginePublicIpId property: Engine service's public IP address resource id.subnetId()
Get the subnetId property: The subnet resource id.void
validate()
Validates the instance.withDataManagementPublicIpId
(String dataManagementPublicIpId) Set the dataManagementPublicIpId property: Data management's service public IP address resource id.withEnginePublicIpId
(String enginePublicIpId) Set the enginePublicIpId property: Engine service's public IP address resource id.withSubnetId
(String subnetId) Set the subnetId property: The subnet resource id.
-
Constructor Details
-
VirtualNetworkConfiguration
public VirtualNetworkConfiguration()
-
-
Method Details
-
subnetId
Get the subnetId property: The subnet resource id.- Returns:
- the subnetId value.
-
withSubnetId
Set the subnetId property: The subnet resource id.- Parameters:
subnetId
- the subnetId value to set.- Returns:
- the VirtualNetworkConfiguration object itself.
-
enginePublicIpId
Get the enginePublicIpId property: Engine service's public IP address resource id.- Returns:
- the enginePublicIpId value.
-
withEnginePublicIpId
Set the enginePublicIpId property: Engine service's public IP address resource id.- Parameters:
enginePublicIpId
- the enginePublicIpId value to set.- Returns:
- the VirtualNetworkConfiguration object itself.
-
dataManagementPublicIpId
Get the dataManagementPublicIpId property: Data management's service public IP address resource id.- Returns:
- the dataManagementPublicIpId value.
-
withDataManagementPublicIpId
Set the dataManagementPublicIpId property: Data management's service public IP address resource id.- Parameters:
dataManagementPublicIpId
- the dataManagementPublicIpId value to set.- Returns:
- the VirtualNetworkConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-