mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -1,21 +1,21 @@
|
|||
NAME
|
||||
gcloud beta network-security url-lists delete - delete UrlList
|
||||
gcloud beta network-security url-lists delete - delete Url List
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta network-security url-lists delete
|
||||
(URL_LIST : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete the specified UrlList.
|
||||
(BETA) Delete the specified Url List.
|
||||
|
||||
EXAMPLES
|
||||
To delete a UrlList called 'my-url-list', run:
|
||||
To delete a Url List called 'my-url-list', run:
|
||||
|
||||
$ gcloud beta network-security url-lists delete my-url-list \
|
||||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Url list resource - Name of the UrlList you want to delete. The arguments
|
||||
Url list resource - Name of the Url List you want to delete. The arguments
|
||||
in this group can be used to specify the attributes of this resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
set in other ways. To set the project attribute:
|
||||
|
|
@ -60,8 +60,10 @@ API REFERENCE
|
|||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security url-lists delete
|
||||
|
||||
$ gcloud alpha network-security url-lists delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue