DelegatedControllerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. delegatednetwork. models. ControllerResource - com.
azure. resourcemanager. delegatednetwork. fluent. models. DelegatedControllerInner
- com.
- com.
- com.
- com.
public final class DelegatedControllerInner
extends ControllerResource
Represents an instance of a DNC controller.
Constructor Summary
| Constructor | Description |
|---|---|
| DelegatedControllerInner() |
Creates an instance of Delegated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delegated |
fromJson(JsonReader jsonReader)
Reads an instance of Delegated |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Delegated |
properties()
Get the properties property: Properties of the provision operation request. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Delegated |
withLocation(String location) |
|
Delegated |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ControllerResource
Methods inherited from java.lang.Object
Constructor Details
DelegatedControllerInner
public DelegatedControllerInner()
Creates an instance of DelegatedControllerInner class.
Method Details
fromJson
public static DelegatedControllerInner fromJson(JsonReader jsonReader)
Reads an instance of DelegatedControllerInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DelegatedControllerInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DelegatedControllerInner.name()Returns:
properties
public DelegatedControllerProperties properties()
Get the properties property: Properties of the provision operation request.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DelegatedControllerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DelegatedControllerInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DelegatedControllerInner.validate()withLocation
public DelegatedControllerInner withLocation(String location)
Overrides:
DelegatedControllerInner.withLocation(String location)Parameters:
withTags
public DelegatedControllerInner withTags(Map<String,String> tags)
Overrides:
DelegatedControllerInner.withTags(Map<String,String> tags)Parameters: