Interface InboundEndpointsClient


  • public interface InboundEndpointsClient
    An instance of this class provides access to all the operations defined in InboundEndpointsClient.
    • Method Detail

      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundEndpointInner>,​InboundEndpointInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                                  String dnsResolverName,
                                                                                                                                                                  String inboundEndpointName,
                                                                                                                                                                  InboundEndpointInner parameters,
                                                                                                                                                                  String ifMatch,
                                                                                                                                                                  String ifNoneMatch)
        Creates or updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the CreateOrUpdate operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
        Returns:
        the SyncPoller for polling of describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundEndpointInner>,​InboundEndpointInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                                  String dnsResolverName,
                                                                                                                                                                  String inboundEndpointName,
                                                                                                                                                                  InboundEndpointInner parameters,
                                                                                                                                                                  String ifMatch,
                                                                                                                                                                  String ifNoneMatch,
                                                                                                                                                                  com.azure.core.util.Context context)
        Creates or updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the CreateOrUpdate operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • createOrUpdate

        InboundEndpointInner createOrUpdate​(String resourceGroupName,
                                            String dnsResolverName,
                                            String inboundEndpointName,
                                            InboundEndpointInner parameters,
                                            String ifMatch,
                                            String ifNoneMatch)
        Creates or updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the CreateOrUpdate operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
        Returns:
        describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • createOrUpdate

        InboundEndpointInner createOrUpdate​(String resourceGroupName,
                                            String dnsResolverName,
                                            String inboundEndpointName,
                                            InboundEndpointInner parameters)
        Creates or updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the CreateOrUpdate operation.
        Returns:
        describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • createOrUpdate

        InboundEndpointInner createOrUpdate​(String resourceGroupName,
                                            String dnsResolverName,
                                            String inboundEndpointName,
                                            InboundEndpointInner parameters,
                                            String ifMatch,
                                            String ifNoneMatch,
                                            com.azure.core.util.Context context)
        Creates or updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the CreateOrUpdate operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
        context - The context to associate with this operation.
        Returns:
        describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundEndpointInner>,​InboundEndpointInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                          String dnsResolverName,
                                                                                                                                                          String inboundEndpointName,
                                                                                                                                                          InboundEndpointPatch parameters,
                                                                                                                                                          String ifMatch)
        Updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the Update operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        Returns:
        the SyncPoller for polling of describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundEndpointInner>,​InboundEndpointInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                          String dnsResolverName,
                                                                                                                                                          String inboundEndpointName,
                                                                                                                                                          InboundEndpointPatch parameters,
                                                                                                                                                          String ifMatch,
                                                                                                                                                          com.azure.core.util.Context context)
        Updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the Update operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • update

        InboundEndpointInner update​(String resourceGroupName,
                                    String dnsResolverName,
                                    String inboundEndpointName,
                                    InboundEndpointPatch parameters,
                                    String ifMatch)
        Updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the Update operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        Returns:
        describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • update

        InboundEndpointInner update​(String resourceGroupName,
                                    String dnsResolverName,
                                    String inboundEndpointName,
                                    InboundEndpointPatch parameters)
        Updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the Update operation.
        Returns:
        describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • update

        InboundEndpointInner update​(String resourceGroupName,
                                    String dnsResolverName,
                                    String inboundEndpointName,
                                    InboundEndpointPatch parameters,
                                    String ifMatch,
                                    com.azure.core.util.Context context)
        Updates an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        parameters - Parameters supplied to the Update operation.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        context - The context to associate with this operation.
        Returns:
        describes an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String dnsResolverName,
                                                                                                                          String inboundEndpointName,
                                                                                                                          String ifMatch)
        Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String dnsResolverName,
                                                                                                                          String inboundEndpointName,
                                                                                                                          String ifMatch,
                                                                                                                          com.azure.core.util.Context context)
        Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        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.
      • delete

        void delete​(String resourceGroupName,
                    String dnsResolverName,
                    String inboundEndpointName,
                    String ifMatch)
        Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        Throws:
        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.
      • delete

        void delete​(String resourceGroupName,
                    String dnsResolverName,
                    String inboundEndpointName)
        Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        Throws:
        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.
      • delete

        void delete​(String resourceGroupName,
                    String dnsResolverName,
                    String inboundEndpointName,
                    String ifMatch,
                    com.azure.core.util.Context context)
        Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
        context - The context to associate with this operation.
        Throws:
        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.
      • get

        InboundEndpointInner get​(String resourceGroupName,
                                 String dnsResolverName,
                                 String inboundEndpointName)
        Gets properties of an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        Returns:
        properties of an inbound endpoint for a DNS resolver.
        Throws:
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<InboundEndpointInner> getWithResponse​(String resourceGroupName,
                                                                                String dnsResolverName,
                                                                                String inboundEndpointName,
                                                                                com.azure.core.util.Context context)
        Gets properties of an inbound endpoint for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
        context - The context to associate with this operation.
        Returns:
        properties of an inbound endpoint for a DNS resolver along with Response.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<InboundEndpointInner> list​(String resourceGroupName,
                                                                          String dnsResolverName)
        Lists inbound endpoints for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        Returns:
        the response to an enumeration operation on inbound endpoints for a DNS resolver as paginated response with PagedIterable.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<InboundEndpointInner> list​(String resourceGroupName,
                                                                          String dnsResolverName,
                                                                          Integer top,
                                                                          com.azure.core.util.Context context)
        Lists inbound endpoints for a DNS resolver.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        dnsResolverName - The name of the DNS resolver.
        top - The maximum number of results to return. If not specified, returns up to 100 results.
        context - The context to associate with this operation.
        Returns:
        the response to an enumeration operation on inbound endpoints for a DNS resolver as paginated response with PagedIterable.
        Throws:
        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.