Class VirtualNetworksInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridcontainerservice.fluent.models.VirtualNetworksInner
public final class VirtualNetworksInner
extends com.azure.core.management.Resource
The virtualNetworks resource definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the extendedLocation property: The extendedLocation property.Get the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.void
validate()
Validates the instance.withExtendedLocation
(VirtualNetworksExtendedLocation extendedLocation) Set the extendedLocation property: The extendedLocation property.withLocation
(String location) withProperties
(VirtualNetworksProperties properties) Set the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
VirtualNetworksInner
public VirtualNetworksInner()Creates an instance of VirtualNetworksInner class.
-
-
Method Details
-
properties
Get the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.- Returns:
- the properties value.
-
withProperties
Set the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.- Parameters:
properties
- the properties value to set.- Returns:
- the VirtualNetworksInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
extendedLocation
Get the extendedLocation property: The extendedLocation property.- Returns:
- the extendedLocation value.
-
withExtendedLocation
Set the extendedLocation property: The extendedLocation property.- Parameters:
extendedLocation
- the extendedLocation value to set.- Returns:
- the VirtualNetworksInner object itself.
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-