Interface ServiceRegistriesClient
public interface ServiceRegistriesClient
An instance of this class provides access to all the operations defined in ServiceRegistriesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.beginDelete(String resourceGroupName, String serviceName, String serviceRegistryName) Disable the default Service Registry.beginDelete(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Disable the default Service Registry.beginDeleteAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Disable the default Service Registry.createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.createOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.voidDisable the default Service Registry.voiddelete(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Disable the default Service Registry.deleteAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Disable the default Service Registry.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Disable the default Service Registry.Get the Service Registry and its properties.Get the Service Registry and its properties.com.azure.core.http.rest.Response<ServiceRegistryResourceInner>getWithResponse(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Get the Service Registry and its properties.Mono<com.azure.core.http.rest.Response<ServiceRegistryResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.com.azure.core.http.rest.PagedIterable<ServiceRegistryResourceInner>Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedIterable<ServiceRegistryResourceInner>Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedFlux<ServiceRegistryResourceInner>Handles requests to list all resources in a Service.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ServiceRegistryResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the Service Registry and its properties along with
Responseon successful completion ofMono. - 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.
-
getAsync
Mono<ServiceRegistryResourceInner> getAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the Service Registry and its properties on successful completion of
Mono. - 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
ServiceRegistryResourceInner get(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the Service Registry and its properties.
- 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<ServiceRegistryResourceInner> getWithResponse(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Get the Service Registry and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.context- The context to associate with this operation.- Returns:
- the Service Registry and its properties 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.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- service Registry resource along with
Responseon successful completion ofMono. - 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.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the
PollerFluxfor polling of service Registry resource. - 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<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the
SyncPollerfor polling of service Registry resource. - 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<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of service Registry resource. - 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.
-
createOrUpdateAsync
Mono<ServiceRegistryResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- service Registry resource on successful completion of
Mono. - 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
ServiceRegistryResourceInner createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- service Registry resource.
- 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
ServiceRegistryResourceInner createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.context- The context to associate with this operation.- Returns:
- service Registry resource.
- 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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the
Responseon successful completion ofMono. - 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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the
PollerFluxfor 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 serviceName, String serviceRegistryName) Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- the
SyncPollerfor 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 serviceName, String serviceRegistryName, com.azure.core.util.Context context) Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor 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.
-
deleteAsync
Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- Returns:
- A
Monothat completes when a successful response is received. - 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
Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.- 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 serviceName, String serviceRegistryName, com.azure.core.util.Context context) Disable the default Service Registry.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.serviceRegistryName- The name of Service Registry.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.
-
listAsync
com.azure.core.http.rest.PagedFlux<ServiceRegistryResourceInner> listAsync(String resourceGroupName, String serviceName) Handles requests to list all resources in a Service.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- object that includes an array of Service Registry resources and a possible link for next set as paginated
response with
PagedFlux. - 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<ServiceRegistryResourceInner> list(String resourceGroupName, String serviceName) Handles requests to list all resources in a Service.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- object that includes an array of Service Registry resources and a possible link for next set 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<ServiceRegistryResourceInner> list(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Handles requests to list all resources in a Service.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.context- The context to associate with this operation.- Returns:
- object that includes an array of Service Registry resources and a possible link for next set 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.
-