DelegationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. DelegationProperties
- com.
Implements
public final class DelegationProperties
implements JsonSerializable<DelegationProperties>
Properties of the delegation.
Constructor Summary
Constructor | Description |
---|---|
DelegationProperties() |
Creates an instance of Delegation |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Delegation |
fromJson(JsonReader jsonReader)
Reads an instance of Delegation |
Provisioning |
provisioningState()
Get the provisioning |
String |
serviceName()
Get the service |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Delegation |
withServiceName(String serviceName)
Set the service |
Methods inherited from java.lang.Object
Constructor Details
DelegationProperties
public DelegationProperties()
Creates an instance of DelegationProperties class.
Method Details
fromJson
public static DelegationProperties fromJson(JsonReader jsonReader)
Reads an instance of DelegationProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning states of a resource.
Returns:
serviceName
public String serviceName()
Get the serviceName property: The service name to which the NVA is delegated.
Returns:
toJson
validate
public void validate()
Validates the instance.
withServiceName
public DelegationProperties withServiceName(String serviceName)
Set the serviceName property: The service name to which the NVA is delegated.
Parameters:
Returns:
Applies to
Azure SDK for Java