public interface NetworkInterfacesClient extends InnerSupportsGet<NetworkInterfaceInner>, InnerSupportsListing<NetworkInterfaceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>,NetworkInterfaceInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters)
Creates or updates a network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>,NetworkInterfaceInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a network interface.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>,NetworkInterfaceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters)
Creates or updates a network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkInterfaceName)
Deletes the specified network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Deletes the specified network interface.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkInterfaceName)
Deletes the specified network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>,EffectiveRouteListResultInner> |
beginGetEffectiveRouteTable(String resourceGroupName,
String networkInterfaceName)
Gets all route tables applied to a network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>,EffectiveRouteListResultInner> |
beginGetEffectiveRouteTable(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Gets all route tables applied to a network interface.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>,EffectiveRouteListResultInner> |
beginGetEffectiveRouteTableAsync(String resourceGroupName,
String networkInterfaceName)
Gets all route tables applied to a network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>,EffectiveNetworkSecurityGroupListResultInner> |
beginListEffectiveNetworkSecurityGroups(String resourceGroupName,
String networkInterfaceName)
Gets all network security groups applied to a network interface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>,EffectiveNetworkSecurityGroupListResultInner> |
beginListEffectiveNetworkSecurityGroups(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Gets all network security groups applied to a network interface.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>,EffectiveNetworkSecurityGroupListResultInner> |
beginListEffectiveNetworkSecurityGroupsAsync(String resourceGroupName,
String networkInterfaceName)
Gets all network security groups applied to a network interface.
|
NetworkInterfaceInner |
createOrUpdate(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters)
Creates or updates a network interface.
|
NetworkInterfaceInner |
createOrUpdate(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters,
com.azure.core.util.Context context)
Creates or updates a network interface.
|
Mono<NetworkInterfaceInner> |
createOrUpdateAsync(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters)
Creates or updates a network interface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
NetworkInterfaceInner parameters)
Creates or updates a network interface.
|
void |
delete(String resourceGroupName,
String networkInterfaceName)
Deletes the specified network interface.
|
void |
delete(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Deletes the specified network interface.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkInterfaceName)
Deletes the specified network interface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkInterfaceName)
Deletes the specified network interface.
|
NetworkInterfaceInner |
getByResourceGroup(String resourceGroupName,
String networkInterfaceName)
Gets information about the specified network interface.
|
Mono<NetworkInterfaceInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkInterfaceName)
Gets information about the specified network interface.
|
Mono<NetworkInterfaceInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkInterfaceName,
String expand)
Gets information about the specified network interface.
|
com.azure.core.http.rest.Response<NetworkInterfaceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String networkInterfaceName,
String expand,
com.azure.core.util.Context context)
Gets information about the specified network interface.
|
Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
String expand)
Gets information about the specified network interface.
|
EffectiveRouteListResultInner |
getEffectiveRouteTable(String resourceGroupName,
String networkInterfaceName)
Gets all route tables applied to a network interface.
|
EffectiveRouteListResultInner |
getEffectiveRouteTable(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Gets all route tables applied to a network interface.
|
Mono<EffectiveRouteListResultInner> |
getEffectiveRouteTableAsync(String resourceGroupName,
String networkInterfaceName)
Gets all route tables applied to a network interface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getEffectiveRouteTableWithResponseAsync(String resourceGroupName,
String networkInterfaceName)
Gets all route tables applied to a network interface.
|
NetworkInterfaceIpConfigurationInner |
getVirtualMachineScaleSetIpConfiguration(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String ipConfigurationName)
Get the specified network interface ip configuration in a virtual machine scale set.
|
Mono<NetworkInterfaceIpConfigurationInner> |
getVirtualMachineScaleSetIpConfigurationAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String ipConfigurationName)
Get the specified network interface ip configuration in a virtual machine scale set.
|
Mono<NetworkInterfaceIpConfigurationInner> |
getVirtualMachineScaleSetIpConfigurationAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String ipConfigurationName,
String expand)
Get the specified network interface ip configuration in a virtual machine scale set.
|
com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner> |
getVirtualMachineScaleSetIpConfigurationWithResponse(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String ipConfigurationName,
String expand,
com.azure.core.util.Context context)
Get the specified network interface ip configuration in a virtual machine scale set.
|
Mono<com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner>> |
getVirtualMachineScaleSetIpConfigurationWithResponseAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String ipConfigurationName,
String expand)
Get the specified network interface ip configuration in a virtual machine scale set.
|
NetworkInterfaceInner |
getVirtualMachineScaleSetNetworkInterface(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName)
Get the specified network interface in a virtual machine scale set.
|
Mono<NetworkInterfaceInner> |
getVirtualMachineScaleSetNetworkInterfaceAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName)
Get the specified network interface in a virtual machine scale set.
|
Mono<NetworkInterfaceInner> |
getVirtualMachineScaleSetNetworkInterfaceAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String expand)
Get the specified network interface in a virtual machine scale set.
|
com.azure.core.http.rest.Response<NetworkInterfaceInner> |
getVirtualMachineScaleSetNetworkInterfaceWithResponse(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String expand,
com.azure.core.util.Context context)
Get the specified network interface in a virtual machine scale set.
|
Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> |
getVirtualMachineScaleSetNetworkInterfaceWithResponseAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String expand)
Get the specified network interface in a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
list()
Gets all network interfaces in a subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
list(com.azure.core.util.Context context)
Gets all network interfaces in a subscription.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> |
listAsync()
Gets all network interfaces in a subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
listByResourceGroup(String resourceGroupName)
Gets all network interfaces in a resource group.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all network interfaces in a resource group.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all network interfaces in a resource group.
|
EffectiveNetworkSecurityGroupListResultInner |
listEffectiveNetworkSecurityGroups(String resourceGroupName,
String networkInterfaceName)
Gets all network security groups applied to a network interface.
|
EffectiveNetworkSecurityGroupListResultInner |
listEffectiveNetworkSecurityGroups(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Gets all network security groups applied to a network interface.
|
Mono<EffectiveNetworkSecurityGroupListResultInner> |
listEffectiveNetworkSecurityGroupsAsync(String resourceGroupName,
String networkInterfaceName)
Gets all network security groups applied to a network interface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listEffectiveNetworkSecurityGroupsWithResponseAsync(String resourceGroupName,
String networkInterfaceName)
Gets all network security groups applied to a network interface.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> |
listVirtualMachineScaleSetIpConfigurations(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName)
Get the specified network interface ip configuration in a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> |
listVirtualMachineScaleSetIpConfigurations(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String expand,
com.azure.core.util.Context context)
Get the specified network interface ip configuration in a virtual machine scale set.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> |
listVirtualMachineScaleSetIpConfigurationsAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName)
Get the specified network interface ip configuration in a virtual machine scale set.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> |
listVirtualMachineScaleSetIpConfigurationsAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String expand)
Get the specified network interface ip configuration in a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
listVirtualMachineScaleSetNetworkInterfaces(String resourceGroupName,
String virtualMachineScaleSetName)
Gets all network interfaces in a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
listVirtualMachineScaleSetNetworkInterfaces(String resourceGroupName,
String virtualMachineScaleSetName,
com.azure.core.util.Context context)
Gets all network interfaces in a virtual machine scale set.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> |
listVirtualMachineScaleSetNetworkInterfacesAsync(String resourceGroupName,
String virtualMachineScaleSetName)
Gets all network interfaces in a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
listVirtualMachineScaleSetVMNetworkInterfaces(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex)
Gets information about all network interfaces in a virtual machine in a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> |
listVirtualMachineScaleSetVMNetworkInterfaces(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
com.azure.core.util.Context context)
Gets information about all network interfaces in a virtual machine in a virtual machine scale set.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> |
listVirtualMachineScaleSetVMNetworkInterfacesAsync(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex)
Gets information about all network interfaces in a virtual machine in a virtual machine scale set.
|
NetworkInterfaceInner |
updateTags(String resourceGroupName,
String networkInterfaceName)
Updates a network interface tags.
|
Mono<NetworkInterfaceInner> |
updateTagsAsync(String resourceGroupName,
String networkInterfaceName)
Updates a network interface tags.
|
Mono<NetworkInterfaceInner> |
updateTagsAsync(String resourceGroupName,
String networkInterfaceName,
Map<String,String> tags)
Updates a network interface tags.
|
com.azure.core.http.rest.Response<NetworkInterfaceInner> |
updateTagsWithResponse(String resourceGroupName,
String networkInterfaceName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a network interface tags.
|
Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
Map<String,String> tags)
Updates a network interface tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String networkInterfaceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String networkInterfaceName, String expand)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> getByResourceGroupAsync(String resourceGroupName, String networkInterfaceName, String expand)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> getByResourceGroupAsync(String resourceGroupName, String networkInterfaceName)
getByResourceGroupAsync in interface InnerSupportsGet<NetworkInterfaceInner>resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkInterfaceInner getByResourceGroup(String resourceGroupName, String networkInterfaceName)
getByResourceGroup in interface InnerSupportsGet<NetworkInterfaceInner>resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkInterfaceInner> getByResourceGroupWithResponse(String resourceGroupName, String networkInterfaceName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>,NetworkInterfaceInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>,NetworkInterfaceInner> beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>,NetworkInterfaceInner> beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> createOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkInterfaceInner createOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkInterfaceInner createOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.parameters - A network interface in a resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkInterfaceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> updateTagsAsync(String resourceGroupName, String networkInterfaceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> updateTagsAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkInterfaceInner updateTags(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkInterfaceInner> updateTagsWithResponse(String resourceGroupName, String networkInterfaceName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> listAsync()
listAsync in interface InnerSupportsListing<NetworkInterfaceInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> list()
list in interface InnerSupportsListing<NetworkInterfaceInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<NetworkInterfaceInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<NetworkInterfaceInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getEffectiveRouteTableWithResponseAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>,EffectiveRouteListResultInner> beginGetEffectiveRouteTableAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>,EffectiveRouteListResultInner> beginGetEffectiveRouteTable(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>,EffectiveRouteListResultInner> beginGetEffectiveRouteTable(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<EffectiveRouteListResultInner> getEffectiveRouteTableAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EffectiveRouteListResultInner getEffectiveRouteTable(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EffectiveRouteListResultInner getEffectiveRouteTable(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listEffectiveNetworkSecurityGroupsWithResponseAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>,EffectiveNetworkSecurityGroupListResultInner> beginListEffectiveNetworkSecurityGroupsAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>,EffectiveNetworkSecurityGroupListResultInner> beginListEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>,EffectiveNetworkSecurityGroupListResultInner> beginListEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<EffectiveNetworkSecurityGroupListResultInner> listEffectiveNetworkSecurityGroupsAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EffectiveNetworkSecurityGroupListResultInner listEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EffectiveNetworkSecurityGroupListResultInner listEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> listVirtualMachineScaleSetVMNetworkInterfacesAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> listVirtualMachineScaleSetVMNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> listVirtualMachineScaleSetVMNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> listVirtualMachineScaleSetNetworkInterfacesAsync(String resourceGroupName, String virtualMachineScaleSetName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> listVirtualMachineScaleSetNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> listVirtualMachineScaleSetNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> getVirtualMachineScaleSetNetworkInterfaceWithResponseAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> getVirtualMachineScaleSetNetworkInterfaceAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceInner> getVirtualMachineScaleSetNetworkInterfaceAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkInterfaceInner getVirtualMachineScaleSetNetworkInterface(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkInterfaceInner> getVirtualMachineScaleSetNetworkInterfaceWithResponse(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> listVirtualMachineScaleSetIpConfigurationsAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> listVirtualMachineScaleSetIpConfigurationsAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> listVirtualMachineScaleSetIpConfigurations(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> listVirtualMachineScaleSetIpConfigurations(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner>> getVirtualMachineScaleSetIpConfigurationWithResponseAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceIpConfigurationInner> getVirtualMachineScaleSetIpConfigurationAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkInterfaceIpConfigurationInner> getVirtualMachineScaleSetIpConfigurationAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkInterfaceIpConfigurationInner getVirtualMachineScaleSetIpConfiguration(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner> getVirtualMachineScaleSetIpConfigurationWithResponse(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.