NetworkFunctionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. hybridnetwork. fluent. models. NetworkFunctionInner
- com.
- com.
- com.
public final class NetworkFunctionInner
extends Resource
Network function resource response.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| 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. |
|
Managed |
identity()
Get the identity property: The managed identity of the network function. |
| String |
name()
Get the name property: The name of the resource. |
|
Network |
properties()
Get the properties property: Network function 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 |
withEtag(String etag)
Set the etag property: A unique read-only string that changes whenever the resource is updated. |
|
Network |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: The managed identity of the network function. |
|
Network |
withLocation(String location) |
|
Network |
withProperties(NetworkFunctionPropertiesFormat properties)
Set the properties property: Network function properties. |
|
Network |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionInner
public NetworkFunctionInner()
Creates an instance of NetworkFunctionInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static NetworkFunctionInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkFunctionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NetworkFunctionInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: The managed identity of the network function.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetworkFunctionInner.name()Returns:
properties
public NetworkFunctionPropertiesFormat properties()
Get the properties property: Network function 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:
NetworkFunctionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetworkFunctionInner.type()Returns:
validate
public void validate()
Validates the instance.
withEtag
public NetworkFunctionInner withEtag(String etag)
Set the etag property: A unique read-only string that changes whenever the resource is updated.
Parameters:
Returns:
withIdentity
public NetworkFunctionInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: The managed identity of the network function.
Parameters:
Returns:
withLocation
public NetworkFunctionInner withLocation(String location)
Overrides:
NetworkFunctionInner.withLocation(String location)Parameters:
withProperties
public NetworkFunctionInner withProperties(NetworkFunctionPropertiesFormat properties)
Set the properties property: Network function properties.
Parameters:
Returns:
withTags
public NetworkFunctionInner withTags(Map<String,String> tags)
Overrides:
NetworkFunctionInner.withTags(Map<String,String> tags)Parameters: