RegistryEndpointOperations interface
Interface representing a RegistryEndpoint operations.
Properties
| create |
Create a RegistryEndpointResource |
| delete | |
| get | Get a RegistryEndpointResource |
| list |
List RegistryEndpointResource resources by InstanceResource |
Property Details
createOrUpdate
Create a RegistryEndpointResource
createOrUpdate: (resourceGroupName: string, instanceName: string, registryEndpointName: string, resource: RegistryEndpointResource, options?: RegistryEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<RegistryEndpointResource>, RegistryEndpointResource>
Property Value
(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>
Property Value
(resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a RegistryEndpointResource
get: (resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointGetOptionalParams) => Promise<RegistryEndpointResource>
Property Value
(resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointGetOptionalParams) => Promise<RegistryEndpointResource>
listByInstanceResource
List RegistryEndpointResource resources by InstanceResource
listByInstanceResource: (resourceGroupName: string, instanceName: string, options?: RegistryEndpointListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<RegistryEndpointResource, RegistryEndpointResource[], PageSettings>
Property Value
(resourceGroupName: string, instanceName: string, options?: RegistryEndpointListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<RegistryEndpointResource, RegistryEndpointResource[], PageSettings>