BaseAdminRuleInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. BaseAdminRuleInner
- com.
- com.
- com.
public class BaseAdminRuleInner
extends ChildResource
Network base admin rule.
Constructor Summary
Constructor | Description |
---|---|
BaseAdminRuleInner() |
Creates an instance of Base |
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
Base |
fromJson(JsonReader jsonReader)
Reads an instance of Base |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Admin |
kind()
Get the kind property: Whether the rule is custom or default. |
String |
name()
Get the name property: The name of the resource. |
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. |
Methods inherited from ChildResource
Methods inherited from java.lang.Object
Constructor Details
BaseAdminRuleInner
public BaseAdminRuleInner()
Creates an instance of BaseAdminRuleInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Overrides:
BaseAdminRuleInner.etag()Returns:
fromJson
public static BaseAdminRuleInner fromJson(JsonReader jsonReader)
Reads an instance of BaseAdminRuleInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
BaseAdminRuleInner.id()Returns:
kind
public AdminRuleKind kind()
Get the kind property: Whether the rule is custom or default.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
BaseAdminRuleInner.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BaseAdminRuleInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
BaseAdminRuleInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
BaseAdminRuleInner.validate()Applies to
Azure SDK for Java