NetworkFunctionDefinitionGroupInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. hybridnetwork. fluent. models. NetworkFunctionDefinitionGroupInner
- com.
- com.
- com.
public final class NetworkFunctionDefinitionGroupInner
extends Resource
Network function definition group resource.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionDefinitionGroupInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Network |
properties()
Get the properties property: Network function definition group properties. |
|
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 |
withLocation(String location) |
|
Network |
withProperties(NetworkFunctionDefinitionGroupPropertiesFormat properties)
Set the properties property: Network function definition group properties. |
|
Network |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionDefinitionGroupInner
public NetworkFunctionDefinitionGroupInner()
Creates an instance of NetworkFunctionDefinitionGroupInner class.
Method Details
fromJson
public static NetworkFunctionDefinitionGroupInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkFunctionDefinitionGroupInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NetworkFunctionDefinitionGroupInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetworkFunctionDefinitionGroupInner.name()Returns:
properties
public NetworkFunctionDefinitionGroupPropertiesFormat properties()
Get the properties property: Network function definition group properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkFunctionDefinitionGroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetworkFunctionDefinitionGroupInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public NetworkFunctionDefinitionGroupInner withLocation(String location)
Overrides:
NetworkFunctionDefinitionGroupInner.withLocation(String location)Parameters:
withProperties
public NetworkFunctionDefinitionGroupInner withProperties(NetworkFunctionDefinitionGroupPropertiesFormat properties)
Set the properties property: Network function definition group properties.
Parameters:
Returns:
withTags
public NetworkFunctionDefinitionGroupInner withTags(Map<String,String> tags)
Overrides:
NetworkFunctionDefinitionGroupInner.withTags(Map<String,String> tags)Parameters: