Class ServiceVNetAddons
java.lang.Object
com.azure.resourcemanager.appplatform.models.ServiceVNetAddons
Additional Service settings in vnet injection instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the dataPlanePublicEndpoint property: Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet.Get the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.voidvalidate()Validates the instance.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.withLogStreamPublicEndpoint(Boolean logStreamPublicEndpoint) Set the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.
-
Constructor Details
-
ServiceVNetAddons
public ServiceVNetAddons()Creates an instance of ServiceVNetAddons class.
-
-
Method Details
-
logStreamPublicEndpoint
Get the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.- Returns:
- the logStreamPublicEndpoint value.
-
withLogStreamPublicEndpoint
Set the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.- Parameters:
logStreamPublicEndpoint- the logStreamPublicEndpoint value to set.- Returns:
- the ServiceVNetAddons object itself.
-
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:
- the dataPlanePublicEndpoint value.
-
withDataPlanePublicEndpoint
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:
dataPlanePublicEndpoint- the dataPlanePublicEndpoint value to set.- Returns:
- the ServiceVNetAddons object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-