artifact_stores_network_fabric_controller_end_points
Creates, updates, deletes, gets or lists a artifact_stores_network_fabric_controller_end_points
resource.
Overview
Name | artifact_stores_network_fabric_controller_end_points |
Type | Resource |
Id | azure.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
Name | Accessible by | Required Params | Description |
---|---|---|---|
delete | DELETE | artifactStoreName, publisherName, resourceGroupName, subscriptionId | Delete 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 }}';