RegistryEndpointOperations interface

Interfejs reprezentujący operacje RegistryEndpoint.

Właściwości

createOrUpdate

Tworzenie zasobu RegistryEndpointResource

delete
get

Pobieranie zasobu RegistryEndpointResource

listByInstanceResource

Wyświetlanie listy zasobów RegistryEndpointResource według InstanceResource

Szczegóły właściwości

createOrUpdate

Tworzenie zasobu RegistryEndpointResource

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

Wartość właściwości

(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>

Wartość właściwości

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

get

Pobieranie zasobu RegistryEndpointResource

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

Wartość właściwości

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

listByInstanceResource

Wyświetlanie listy zasobów RegistryEndpointResource według InstanceResource

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

Wartość właściwości

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