Class NetworkGroupInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.network.models.ChildResource
com.azure.resourcemanager.network.fluent.models.NetworkGroupInner
The network group resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: A description of the network group.Get the provisioningState property: The provisioning state of the scope assignment resource.Get the resourceGuid property: Unique identifier for this resource.com.azure.core.management.SystemDataGet the systemData property: The system metadata related to this resource.voidvalidate()Validates the instance.withDescription(String description) Set the description property: A description of the network group.Methods inherited from class com.azure.resourcemanager.network.models.ChildResource
etagMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
NetworkGroupInner
public NetworkGroupInner()Creates an instance of NetworkGroupInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: The system metadata related to this resource.- Returns:
- the systemData value.
-
description
Get the description property: A description of the network group.- Returns:
- the description value.
-
withDescription
Set the description property: A description of the network group.- Parameters:
description- the description value to set.- Returns:
- the NetworkGroupInner object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the scope assignment resource.- Returns:
- the provisioningState value.
-
resourceGuid
Get the resourceGuid property: Unique identifier for this resource.- Returns:
- the resourceGuid value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classChildResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-