DelegatedSubnetInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. delegatednetwork. models. DelegatedSubnetResource - com.
azure. resourcemanager. delegatednetwork. fluent. models. DelegatedSubnetInner
- com.
- com.
- com.
- com.
public final class DelegatedSubnetInner
extends DelegatedSubnetResource
Represents an instance of a orchestrator.
Constructor Summary
| Constructor | Description |
|---|---|
| DelegatedSubnetInner() |
Creates an instance of Delegated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Controller |
controllerDetails()
Get the controller |
|
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 |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Subnet |
subnetDetails()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Delegated |
withControllerDetails(ControllerDetails controllerDetails)
Set the controller |
|
Delegated |
withLocation(String location) |
|
Delegated |
withSubnetDetails(SubnetDetails subnetDetails)
Set the subnet |
|
Delegated |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from DelegatedSubnetResource
Methods inherited from java.lang.Object
Constructor Details
DelegatedSubnetInner
public DelegatedSubnetInner()
Creates an instance of DelegatedSubnetInner class.
Method Details
controllerDetails
public ControllerDetails controllerDetails()
Get the controllerDetails property: Properties of the controller.
Returns:
fromJson
public static DelegatedSubnetInner fromJson(JsonReader jsonReader)
Reads an instance of DelegatedSubnetInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DelegatedSubnetInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DelegatedSubnetInner.name()Returns:
provisioningState
public DelegatedSubnetState provisioningState()
Get the provisioningState property: The current state of dnc delegated subnet resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Resource guid.
Returns:
subnetDetails
public SubnetDetails subnetDetails()
Get the subnetDetails property: subnet details.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DelegatedSubnetInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DelegatedSubnetInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DelegatedSubnetInner.validate()withControllerDetails
public DelegatedSubnetInner withControllerDetails(ControllerDetails controllerDetails)
Set the controllerDetails property: Properties of the controller.
Parameters:
Returns:
withLocation
public DelegatedSubnetInner withLocation(String location)
Overrides:
DelegatedSubnetInner.withLocation(String location)Parameters:
withSubnetDetails
public DelegatedSubnetInner withSubnetDetails(SubnetDetails subnetDetails)
Set the subnetDetails property: subnet details.
Parameters:
Returns:
withTags
public DelegatedSubnetInner withTags(Map<String,String> tags)
Overrides:
DelegatedSubnetInner.withTags(Map<String,String> tags)Parameters: