ServiceVNetAddons Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ServiceVNetAddons
- com.
Implements
public final class ServiceVNetAddons
implements JsonSerializable<ServiceVNetAddons>
Additional Service settings in vnet injection instance.
Constructor Summary
Constructor | Description |
---|---|
ServiceVNetAddons() |
Creates an instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
dataPlanePublicEndpoint()
Get the data |
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
Boolean |
logStreamPublicEndpoint()
Get the log |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Service |
withDataPlanePublicEndpoint(Boolean dataPlanePublicEndpoint)
Set the data |
Service |
withLogStreamPublicEndpoint(Boolean logStreamPublicEndpoint)
Set the log |
Methods inherited from java.lang.Object
Constructor Details
ServiceVNetAddons
public ServiceVNetAddons()
Creates an instance of ServiceVNetAddons class.
Method Details
dataPlanePublicEndpoint
public Boolean dataPlanePublicEndpoint()
Get the dataPlanePublicEndpoint property: Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet.
Returns:
fromJson
public static ServiceVNetAddons fromJson(JsonReader jsonReader)
Reads an instance of ServiceVNetAddons from the JsonReader.
Parameters:
Returns:
Throws:
logStreamPublicEndpoint
public Boolean logStreamPublicEndpoint()
Get the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDataPlanePublicEndpoint
public ServiceVNetAddons withDataPlanePublicEndpoint(Boolean dataPlanePublicEndpoint)
Set the dataPlanePublicEndpoint property: Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet.
Parameters:
Returns:
withLogStreamPublicEndpoint
public ServiceVNetAddons withLogStreamPublicEndpoint(Boolean logStreamPublicEndpoint)
Set the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.
Parameters:
Returns:
Applies to
Azure SDK for Java