DelegatedSubnetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. fluent. models. DelegatedSubnetProperties
- com.
Implements
public final class DelegatedSubnetProperties
implements JsonSerializable<DelegatedSubnetProperties>
Properties of delegated subnet.
Constructor Summary
| Constructor | Description |
|---|---|
| DelegatedSubnetProperties() |
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 |
|
Delegated |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Subnet |
subnetDetails()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Delegated |
withControllerDetails(ControllerDetails controllerDetails)
Set the controller |
|
Delegated |
withSubnetDetails(SubnetDetails subnetDetails)
Set the subnet |
Methods inherited from java.lang.Object
Constructor Details
DelegatedSubnetProperties
public DelegatedSubnetProperties()
Creates an instance of DelegatedSubnetProperties class.
Method Details
controllerDetails
public ControllerDetails controllerDetails()
Get the controllerDetails property: Properties of the controller.
Returns:
fromJson
public static DelegatedSubnetProperties fromJson(JsonReader jsonReader)
Reads an instance of DelegatedSubnetProperties from the JsonReader.
Parameters:
Returns:
Throws:
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
validate
public void validate()
Validates the instance.
withControllerDetails
public DelegatedSubnetProperties withControllerDetails(ControllerDetails controllerDetails)
Set the controllerDetails property: Properties of the controller.
Parameters:
Returns:
withSubnetDetails
public DelegatedSubnetProperties withSubnetDetails(SubnetDetails subnetDetails)
Set the subnetDetails property: subnet details.
Parameters:
Returns: