Uses of Class
com.azure.resourcemanager.storage.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.get(String resourceGroupName, String accountName, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the storage account.PrivateEndpointConnectionsClient.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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.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>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>List all the private endpoint connections associated with the storage account.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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.put(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) Update the state of specified private endpoint connection associated with the storage account.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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionInner from the JsonReader.PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: The resource of private end point.PrivateEndpointConnectionInner.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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionStorageAccountInner.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connection associated with the specified storage account.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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()Get the value property: Array of private endpoint connections.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.