NetworkFunctionApplication Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. models. NetworkFunctionApplication
- com.
Implements
public class NetworkFunctionApplication
implements JsonSerializable<NetworkFunctionApplication>
Network function application definition.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionApplication() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Depends |
dependsOnProfile()
Get the depends |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| String |
name()
Get the name property: The name of the network function application. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withDependsOnProfile(DependsOnProfile dependsOnProfile)
Set the depends |
|
Network |
withName(String name)
Set the name property: The name of the network function application. |
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionApplication
public NetworkFunctionApplication()
Creates an instance of NetworkFunctionApplication class.
Method Details
dependsOnProfile
public DependsOnProfile dependsOnProfile()
Get the dependsOnProfile property: Depends on profile definition.
Returns:
fromJson
public static NetworkFunctionApplication fromJson(JsonReader jsonReader)
Reads an instance of NetworkFunctionApplication from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the network function application.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDependsOnProfile
public NetworkFunctionApplication withDependsOnProfile(DependsOnProfile dependsOnProfile)
Set the dependsOnProfile property: Depends on profile definition.
Parameters:
Returns:
withName
public NetworkFunctionApplication withName(String name)
Set the name property: The name of the network function application.
Parameters:
Returns: