DelegatedControllerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. DelegatedControllerProperties
- com.
Implements
public final class DelegatedControllerProperties
implements JsonSerializable<DelegatedControllerProperties>
Properties of Delegated controller resource.
Constructor Summary
| Constructor | Description |
|---|---|
| DelegatedControllerProperties() |
Creates an instance of Delegated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dncAppId()
Get the dnc |
| String |
dncEndpoint()
Get the dnc |
| String |
dncTenantId()
Get the dnc |
|
static
Delegated |
fromJson(JsonReader jsonReader)
Reads an instance of Delegated |
|
Controller |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DelegatedControllerProperties
public DelegatedControllerProperties()
Creates an instance of DelegatedControllerProperties class.
Method Details
dncAppId
public String dncAppId()
Get the dncAppId property: dnc application id should be used by customer to authenticate with dnc gateway.
Returns:
dncEndpoint
public String dncEndpoint()
Get the dncEndpoint property: dnc endpoint url that customers can use to connect to.
Returns:
dncTenantId
public String dncTenantId()
Get the dncTenantId property: tenant id of dnc application id.
Returns:
fromJson
public static DelegatedControllerProperties fromJson(JsonReader jsonReader)
Reads an instance of DelegatedControllerProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ControllerState provisioningState()
Get the provisioningState property: The current state of dnc controller resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Resource guid.
Returns:
toJson
validate
public void validate()
Validates the instance.