Skip to main content

artifact_stores_network_fabric_controller_end_points

Creates, updates, deletes, gets or lists a artifact_stores_network_fabric_controller_end_points resource.

Overview

Nameartifact_stores_network_fabric_controller_end_points
TypeResource
Idazure.hybrid_network.artifact_stores_network_fabric_controller_end_points

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
deleteDELETEartifactStoreName, publisherName, resourceGroupName, subscriptionIdDelete network fabric controllers on artifact stores

DELETE example

Deletes the specified artifact_stores_network_fabric_controller_end_points resource.

/*+ delete */
DELETE FROM azure.hybrid_network.artifact_stores_network_fabric_controller_end_points
WHERE artifactStoreName = '{{ artifactStoreName }}'
AND publisherName = '{{ publisherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';