Uses of Class
com.azure.resourcemanager.storage.fluent.models.PrivateEndpointConnectionInner
-
Packages that use PrivateEndpointConnectionInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionsClient. get(String resourceGroupName, String accountName, String privateEndpointConnectionName)Gets the specified private endpoint connection associated with the storage account.PrivateEndpointConnectionInnerPrivateEndpointConnectionsClient. put(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Update the state of specified private endpoint connection associated with the storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description Mono<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. getAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)Gets the specified private endpoint connection associated with the storage account.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. getWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, com.azure.core.util.Context context)Gets the specified private endpoint connection associated with the storage account.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient. getWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)Gets the specified private endpoint connection associated with the storage account.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. list(String resourceGroupName, String accountName)List all the private endpoint connections associated with the storage account.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. list(String resourceGroupName, String accountName, com.azure.core.util.Context context)List all the private endpoint connections associated with the storage account.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. listAsync(String resourceGroupName, String accountName)List all the private endpoint connections associated with the storage account.Mono<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. putAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Update the state of specified private endpoint connection associated with the storage account.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. putWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, com.azure.core.util.Context context)Update the state of specified private endpoint connection associated with the storage account.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient. putWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Update the state of specified private endpoint connection associated with the storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionsClient. put(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Update the state of specified private endpoint connection associated with the storage account.Mono<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. putAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Update the state of specified private endpoint connection associated with the storage account.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. putWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, com.azure.core.util.Context context)Update the state of specified private endpoint connection associated with the storage account.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient. putWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Update the state of specified private endpoint connection associated with the storage account. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private end point.PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description List<PrivateEndpointConnectionInner>StorageAccountInner. privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connection associated with the specified storage account.List<PrivateEndpointConnectionInner>StorageAccountPropertiesInner. privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connection associated with the specified storage account. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description List<PrivateEndpointConnectionInner>PrivateEndpointConnectionListResult. value()Get the value property: Array of private endpoint connections.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionListResultPrivateEndpointConnectionListResult. withValue(List<PrivateEndpointConnectionInner> value)Set the value property: Array of private endpoint connections.
-