ConnectionAnalyzerInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ConnectionAnalyzerInner
- com.
Implements
public final class ConnectionAnalyzerInner
implements JsonSerializable<ConnectionAnalyzerInner>
Defines a connection analyzer resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectionAnalyzerInner() |
Creates an instance of Connection |
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
Connection |
fromJson(JsonReader jsonReader)
Reads an instance of Connection |
| String |
id()
Get the id property: Resource ID of the connection analyzer. |
| String |
location()
Get the location property: Resource location. |
| String |
name()
Get the name property: Name of the connection analyzer. |
|
Connection |
properties()
Get the properties property: Properties of the connection analyzer. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
|
Connection |
withLocation(String location)
Set the location property: Resource location. |
|
Connection |
withProperties(ConnectionAnalyzerProperties properties)
Set the properties property: Properties of the connection analyzer. |
|
Connection |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
ConnectionAnalyzerInner
public ConnectionAnalyzerInner()
Creates an instance of ConnectionAnalyzerInner 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 ConnectionAnalyzerInner fromJson(JsonReader jsonReader)
Reads an instance of ConnectionAnalyzerInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID of the connection analyzer.
Returns:
location
public String location()
Get the location property: Resource location.
Returns:
name
public String name()
Get the name property: Name of the connection analyzer.
Returns:
properties
public ConnectionAnalyzerProperties properties()
Get the properties property: Properties of the connection analyzer.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public ConnectionAnalyzerInner withLocation(String location)
Set the location property: Resource location.
Parameters:
Returns:
withProperties
public ConnectionAnalyzerInner withProperties(ConnectionAnalyzerProperties properties)
Set the properties property: Properties of the connection analyzer.
Parameters:
Returns:
withTags
public ConnectionAnalyzerInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: