RegistryEndpointOperations interface

Interface representando operações RegistryEndpoint.

Propriedades

createOrUpdate

Criar um RegistryEndpointResource

delete
get

Obter um RegistryEndpointResource

listByInstanceResource

Listar recursos RegistryEndpointResource por InstanceResource

Detalhes de Propriedade

createOrUpdate

Criar um RegistryEndpointResource

createOrUpdate: (resourceGroupName: string, instanceName: string, registryEndpointName: string, resource: RegistryEndpointResource, options?: RegistryEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<RegistryEndpointResource>, RegistryEndpointResource>

Valor de Propriedade

(resourceGroupName: string, instanceName: string, registryEndpointName: string, resource: RegistryEndpointResource, options?: RegistryEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<RegistryEndpointResource>, RegistryEndpointResource>

delete

delete: (resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obter um RegistryEndpointResource

get: (resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointGetOptionalParams) => Promise<RegistryEndpointResource>

Valor de Propriedade

(resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointGetOptionalParams) => Promise<RegistryEndpointResource>

listByInstanceResource

Listar recursos RegistryEndpointResource por InstanceResource

listByInstanceResource: (resourceGroupName: string, instanceName: string, options?: RegistryEndpointListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<RegistryEndpointResource, RegistryEndpointResource[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, instanceName: string, options?: RegistryEndpointListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<RegistryEndpointResource, RegistryEndpointResource[], PageSettings>