NetworkFunctionDefinitionGroupPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. models. NetworkFunctionDefinitionGroupPropertiesFormat
- com.
Implements
public final class NetworkFunctionDefinitionGroupPropertiesFormat
implements JsonSerializable<NetworkFunctionDefinitionGroupPropertiesFormat>
Network function definition group properties.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionDefinitionGroupPropertiesFormat() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The network function definition group description. |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withDescription(String description)
Set the description property: The network function definition group description. |
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionDefinitionGroupPropertiesFormat
public NetworkFunctionDefinitionGroupPropertiesFormat()
Creates an instance of NetworkFunctionDefinitionGroupPropertiesFormat class.
Method Details
description
public String description()
Get the description property: The network function definition group description.
Returns:
fromJson
public static NetworkFunctionDefinitionGroupPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of NetworkFunctionDefinitionGroupPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the network function definition groups resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public NetworkFunctionDefinitionGroupPropertiesFormat withDescription(String description)
Set the description property: The network function definition group description.
Parameters:
Returns: