ServiceRegistries interface
Interface representing a ServiceRegistries.
Methods
begin |
Create the default Service Registry or update the existing Service Registry. |
begin |
Create the default Service Registry or update the existing Service Registry. |
begin |
Disable the default Service Registry. |
begin |
Disable the default Service Registry. |
get(string, string, string, Service |
Get the Service Registry and its properties. |
list(string, string, Service |
Handles requests to list all resources in a Service. |
Method Details
beginCreateOrUpdate(string, string, string, ServiceRegistriesCreateOrUpdateOptionalParams)
Create the default Service Registry or update the existing Service Registry.
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, serviceRegistryName: string, options?: ServiceRegistriesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceRegistryResource>, ServiceRegistryResource>>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the Service resource.
- serviceRegistryName
-
string
The name of Service Registry.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServiceRegistryResource>, ServiceRegistryResource>>
beginCreateOrUpdateAndWait(string, string, string, ServiceRegistriesCreateOrUpdateOptionalParams)
Create the default Service Registry or update the existing Service Registry.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, serviceRegistryName: string, options?: ServiceRegistriesCreateOrUpdateOptionalParams): Promise<ServiceRegistryResource>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the Service resource.
- serviceRegistryName
-
string
The name of Service Registry.
The options parameters.
Returns
Promise<ServiceRegistryResource>
beginDelete(string, string, string, ServiceRegistriesDeleteOptionalParams)
Disable the default Service Registry.
function beginDelete(resourceGroupName: string, serviceName: string, serviceRegistryName: string, options?: ServiceRegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the Service resource.
- serviceRegistryName
-
string
The name of Service Registry.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ServiceRegistriesDeleteOptionalParams)
Disable the default Service Registry.
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, serviceRegistryName: string, options?: ServiceRegistriesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the Service resource.
- serviceRegistryName
-
string
The name of Service Registry.
The options parameters.
Returns
Promise<void>
get(string, string, string, ServiceRegistriesGetOptionalParams)
Get the Service Registry and its properties.
function get(resourceGroupName: string, serviceName: string, serviceRegistryName: string, options?: ServiceRegistriesGetOptionalParams): Promise<ServiceRegistryResource>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the Service resource.
- serviceRegistryName
-
string
The name of Service Registry.
The options parameters.
Returns
Promise<ServiceRegistryResource>
list(string, string, ServiceRegistriesListOptionalParams)
Handles requests to list all resources in a Service.
function list(resourceGroupName: string, serviceName: string, options?: ServiceRegistriesListOptionalParams): PagedAsyncIterableIterator<ServiceRegistryResource, ServiceRegistryResource[], PageSettings>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the Service resource.
The options parameters.