Microsoft.NetworkCloud

2023-04-26

1 updated resource

Updates

    Resource_types
  • l3Networks

      Operations:

    •  Get a list of layer 3 (L3) networks in the provided subscription.
    •  Get a list of layer 3 (L3) networks in the provided resource group.
    •  Get properties of the provided layer 3 (L3) network.
    •  Create a new layer 3 (L3) network or update the properties of the existing network.
    •  Delete the provided layer 3 (L3) network.
    •  Update tags associated with the provided layer 3 (L3) network.
    • Get a list of layer 3 (L3) networks in the provided subscription. The API returns 200 OK when the operation is successful.
    • Get a list of layer 3 (L3) networks in the provided resource group. The API returns 200 OK when the operation is successful.
    • Get properties of the provided layer 3 (L3) network. The API returns 200 OK when the operation is successful.
    • Create a new layer 3 (L3) network or update the properties of the existing L3 network. The API returns 200 OK in case of the successful creation or update. 201 Created is returned when the operation is performed asynchronously.
    • Delete the provided layer 3 (L3) network. The API returns 200 OK when the deletion is successful. 202 Accepted is returned when the operation is performed asynchronously.
    • Update tags associated with the provided layer 3 (L3) network. The API returns 200 OK when the operation is successful.