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 logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.voidvalidate()Validates the instance.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()
-
-
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.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-