NetworkGroupInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. NetworkGroupInner
- com.
- com.
- com.
public final class NetworkGroupInner
extends ChildResource
The network group resource.
Constructor Summary
Constructor | Description |
---|---|
NetworkGroupInner() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: A description of the network group. |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Group |
memberType()
Get the member |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Network |
withDescription(String description)
Set the description property: A description of the network group. |
Network |
withMemberType(GroupMemberType memberType)
Set the member |
Methods inherited from ChildResource
Methods inherited from java.lang.Object
Constructor Details
NetworkGroupInner
public NetworkGroupInner()
Creates an instance of NetworkGroupInner class.
Method Details
description
public String description()
Get the description property: A description of the network group.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Overrides:
NetworkGroupInner.etag()Returns:
fromJson
public static NetworkGroupInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkGroupInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NetworkGroupInner.id()Returns:
memberType
public GroupMemberType memberType()
Get the memberType property: The type of the group member.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetworkGroupInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the scope assignment resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Unique identifier for this resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkGroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetworkGroupInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
NetworkGroupInner.validate()withDescription
public NetworkGroupInner withDescription(String description)
Set the description property: A description of the network group.
Parameters:
Returns:
withMemberType
public NetworkGroupInner withMemberType(GroupMemberType memberType)
Set the memberType property: The type of the group member.
Parameters:
Returns:
Applies to
Azure SDK for Java