Uses of Class
com.azure.resourcemanager.videoanalyzer.fluent.models.PrivateEndpointConnectionListResultInner
-
Packages that use PrivateEndpointConnectionListResultInner Package Description com.azure.resourcemanager.videoanalyzer.fluent Package containing the service clients for VideoAnalyzerManagementClient.com.azure.resourcemanager.videoanalyzer.fluent.models Package containing the inner data models for VideoAnalyzerManagementClient.com.azure.resourcemanager.videoanalyzer.models Package containing the data models for VideoAnalyzerManagementClient. -
-
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.videoanalyzer.fluent
Methods in com.azure.resourcemanager.videoanalyzer.fluent that return PrivateEndpointConnectionListResultInner Modifier and Type Method Description PrivateEndpointConnectionListResultInner
PrivateEndpointConnectionsClient. list(String resourceGroupName, String accountName)
Get all private endpoint connections under video analyzer account.Methods in com.azure.resourcemanager.videoanalyzer.fluent that return types with arguments of type PrivateEndpointConnectionListResultInner Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>
PrivateEndpointConnectionsClient. listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
Get all private endpoint connections under video analyzer account. -
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.videoanalyzer.fluent.models
Methods in com.azure.resourcemanager.videoanalyzer.fluent.models that return PrivateEndpointConnectionListResultInner Modifier and Type Method Description PrivateEndpointConnectionListResultInner
PrivateEndpointConnectionListResultInner. withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: Array of private endpoint connections. -
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.videoanalyzer.models
Methods in com.azure.resourcemanager.videoanalyzer.models that return PrivateEndpointConnectionListResultInner Modifier and Type Method Description PrivateEndpointConnectionListResultInner
PrivateEndpointConnectionListResult. innerModel()
Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.PrivateEndpointConnectionListResultInner object.
-