OptionalPropertiesUpdateableProperties Class
- java.
lang. Object - com.
azure. resourcemanager. durabletask. models. OptionalPropertiesUpdateableProperties
- com.
Implements
public final class OptionalPropertiesUpdateableProperties
implements JsonSerializable<OptionalPropertiesUpdateableProperties>
The template for adding optional properties.
Constructor Summary
| Constructor | Description |
|---|---|
| OptionalPropertiesUpdateableProperties() |
Creates an instance of Optional |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Optional |
fromJson(JsonReader jsonReader)
Reads an instance of Optional |
|
Private |
privateEndpoint()
Get the private |
|
Private |
privateLinkServiceConnectionState()
Get the private |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Optional |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the private |
|
Optional |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the private |
Methods inherited from java.lang.Object
Constructor Details
OptionalPropertiesUpdateableProperties
public OptionalPropertiesUpdateableProperties()
Creates an instance of OptionalPropertiesUpdateableProperties class.
Method Details
fromJson
public static OptionalPropertiesUpdateableProperties fromJson(JsonReader jsonReader)
Reads an instance of OptionalPropertiesUpdateableProperties from the JsonReader.
Parameters:
Returns:
Throws:
privateEndpoint
public PrivateEndpoint privateEndpoint()
Get the privateEndpoint property: The private endpoint resource.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
Returns:
toJson
withPrivateEndpoint
public OptionalPropertiesUpdateableProperties withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The private endpoint resource.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public OptionalPropertiesUpdateableProperties withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
Parameters:
Returns: