Lines Matching refs:help

40 …c.argument('service_name', options_list=['--name', '-n'], help="The name of the api management ser…
41 …c.argument('name', options_list=['--name', '-n'], help="The name of the api management service ins…
46 …c.argument('publisher_name', help='The name of your organization for use in the developer portal a…
47 … c.argument('publisher_email', help='The e-mail address to receive all system notifications.')
48 …c.argument('enable_client_certificate', arg_type=get_three_state_flag(), help='Enforces a client c…
49 …pe', get_enum_type(VNET_TYPES), options_list=['--virtual-network', '-v'], help='The virtual networ…
50 …c.argument('sku_name', arg_type=get_enum_type(SKU_TYPES), help='The sku of the api management inst…
51 c.argument('sku_capacity', type=int, help='The number of deployed units of the SKU.')
52 …c.argument('enable_managed_identity', arg_type=get_three_state_flag(), help='Create a managed iden…
55 …c.argument('publisher_name', help='The name of your organization for use in the developer portal a…
56 … c.argument('publisher_email', help='The e-mail address to receive all system notifications.')
57 …c.argument('enable_client_certificate', arg_type=get_three_state_flag(), help='Enforces a client c…
58 …pe', get_enum_type(VNET_TYPES), options_list=['--virtual-network', '-v'], help='The virtual networ…
59 …c.argument('sku_name', arg_type=get_enum_type(SKU_TYPES), help='The sku of the api management inst…
60 c.argument('sku_capacity', type=int, help='The number of deployed units of the SKU.')
61 …c.argument('enable_managed_identity', arg_type=get_three_state_flag(), help='Create a managed iden…
64 c.argument('backup_name', help='The name of the backup file to create.')
65 …c.argument('storage_account_name', arg_group='Storage', help='The name of the storage account used…
66 …c.argument('storage_account_key', arg_group='Storage', help='The access key of the storage account…
67 …ainer', options_list=['--storage-account-container', '--container-name'], help='The name of the st…
70 c.argument('backup_name', help='The name of the backup file to restore.')
71 …c.argument('storage_account_name', arg_group='Storage', help='The name of the storage account used…
72 …c.argument('storage_account_key', arg_group='Storage', help='The access key of the storage account…
73 …ainer', options_list=['--storage-account-container', '--container-name'], help='The name of the st…
76 …c.argument('service_name', options_list=['--service-name'], help='The name of the API Management s…
77 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
80 …c.argument('service_name', options_list=['--service-name', '-n'], help='The name of the API Manage…
81 c.argument('filter_display_name', arg_group='API', help='Filter of APIs by displayName.')
82 c.argument('skip', type=int, help='Number of records to skip.')
83 c.argument('top', type=int, help='Number of records to return.')
86 …c.argument('service_name', options_list=['--service-name', '-n'], help='The name of the API Manage…
87 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
88 …c.argument('path', arg_group='API', help='Required. Relative URL uniquely identifying this API and…
89 …c.argument('display_name', arg_group='API', help='API name. Must be 1 to 300 characters long.', re…
90 …c.argument('description', arg_group='API', help='Description of the API. May include HTML formatti…
91 …c.argument('subscription_key_header_name', arg_group='API', help='Specifies the subscription key h…
92 …c.argument('subscription_key_query_param_name', arg_group='API', help='Specifies the subscription …
93 … c.argument('open_id_provider_id', help='Specifies the openid in the authentication setting.')
94 …c.argument('bearer_token_sending_methods', nargs='+', help='Specifies the sending methods for bear…
95 c.argument('authorization_server_id', help='Specifies the OAuth authorization server ID.')
96 c.argument('authorization_scope', help='Specifies the OAuth operations scope.')
97 …c.argument('service_url', arg_group='API', help='Absolute URL of the backend service implementing …
98 …cols', arg_group='API', arg_type=get_enum_type(API_PROTOCOLS), nargs='+', help='Describes on which…
99 …c.argument('api_type', arg_group='API', arg_type=get_enum_type(API_TYPES), help='The type of the A…
100 …c.argument('subscription_required', arg_group='API', arg_type=get_three_state_flag(), help='If tru…
101 …c.argument('subscription_key_required', help='Specifies whether subscription key is required durin…
105 …c.argument('service_name', options_list=['--service-name', '-n'], help='The name of the API Manage…
106 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
107 c.argument('delete_revisions', help='Delete all revisions of the Api.')
108 c.argument('if_match', help='ETag of the Entity.')
111 …c.argument('service_name', options_list=['--service-name', '-n'], help='The name of the API Manage…
112 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
113 … c.argument('display_name', arg_group='API', help='API name. Must be 1 to 300 characters long.')
114 …c.argument('path', arg_group='API', help='Required. Relative URL uniquely identifying this API and…
115 …c.argument('description', arg_group='API', help='Description of the API. May include HTML formatti…
116 …c.argument('subscription_key_header_name', arg_group='API', help='Specifies the subscription key h…
117 …c.argument('subscription_key_query_param_name', arg_group='API', help='Specifies the subscription …
118 …c.argument('service_url', arg_group='API', help='Absolute URL of the backend service implementing …
119 …cols', arg_group='API', arg_type=get_enum_type(API_PROTOCOLS), nargs='+', help='Describes on which…
120 …c.argument('api_type', arg_group='API', arg_type=get_enum_type(API_TYPES), help='The type of the A…
121 …c.argument('subscription_required', arg_group='API', arg_type=get_three_state_flag(), help='If tru…
125 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the api manage…
126 …c.argument('path', arg_group='API', help='Required. Relative URL uniquely identifying this API and…
127 …c.argument('specification_format', arg_type=get_enum_type(ImportFormat), help='Specify the format …
128 …c.argument('description', arg_group='API', help='Description of the API. May include HTML formatti…
129 …c.argument('subscription_key_header_name', arg_group='API', help='Specifies the subscription key h…
130 …c.argument('subscription_key_query_param_name', arg_group='API', help='Specifies the subscription …
131 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
132 …c.argument('api_revision', arg_group='API', help='Describes the Revision of the Api. If no value i…
133 …c.argument('api_version', arg_group='API', help='Describes the Version of the Api. If you add a ve…
134 …c.argument('api_version_set_id', arg_group='API', help='Describes the Version Set to be used with …
135 …c.argument('service_url', arg_group='API', help='Absolute URL of the backend service implementing …
136 …cols', arg_group='API', arg_type=get_enum_type(API_PROTOCOLS), nargs='+', help='Describes on which…
137 …c.argument('api_type', arg_group='API', arg_type=get_enum_type(API_TYPES), help='The type of the A…
138 …c.argument('subscription_required', arg_group='API', arg_type=get_three_state_flag(), help='If tru…
139 c.argument('display_name', arg_group='API', help='Display name of this API.')
140 c.argument('specification_path', help='File path specified to import the API.')
141 c.argument('specification_url', help='Url specified to import the API.')
142 c.argument('soap_api_type', help='The type of API when file format is WSDL.')
143 c.argument('wsdl_service_name', help='Local name of WSDL Service to be imported.')
144 c.argument('wsdl_endpoint_name', help='Local name of WSDL Endpoint (port) to be imported.')
147 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the api manage…
148 …c.argument('product_id', help="Product identifier. Must be unique in the current API Management se…
151 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the api manage…
152 …c.argument('product_id', help="Product identifier. Must be unique in the current API Management se…
153 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
156 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the api manage…
157 …c.argument('product_id', help="Product identifier. Must be unique in the current API Management se…
158 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
161 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the api manage…
162 …c.argument('product_id', help="Product identifier. Must be unique in the current API Management se…
163 …c.argument('api_id', arg_group='API', help='API revision identifier. Must be unique in the current…
166 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the api manage…
167 …c.argument('product_id', help="Product identifier. Must be unique in the current API Management se…
168 c.argument('product_name', help="Product name.")
169 c.argument('description', help="Product description. May include HTML formatting tags.")
170 …c.argument('legal_terms', help="Product terms of use. Developers trying to subscribe to the produc…
171 …c.argument('subscription_required', options_list=['--subscription-required', '-s'], help="Whether …
172 …c.argument('approval_required', help="whether subscription approval is required. If false, new sub…
173 …c.argument('subscriptions_limit', help="Whether the number of subscriptions a user can have to thi…
174 …c.argument('state', arg_type=get_enum_type(ProductState), help="whether product is published or no…
175 …c.argument('delete_subscriptions', help="Delete existing subscriptions associated with the product…
176 c.argument('if_match', help='ETag of the Entity.')
179 …c.argument('service_name', options_list=['--service-name', '-n'], help='The name of the API Manage…
180 c.argument('named_value_id', help='Identifier of the NamedValue.')
181 …c.argument('display_name', help='Required. Unique name of NamedValue. It may contain only letters,…
182 …c.argument('value', help='Required. Value of the NamedValue. Can contain policy expressions. It ma…
183 …c.argument('secret', arg_type=get_three_state_flag(), help='Determines whether the value is a secr…
187 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the API Manage…
188 …c.argument('api_id', help='API identifier. Must be unique in the current API Management service in…
189 …c.argument('operation_id', help='Operation identifier within an API. Must be unique in the current…
190 … c.argument('description', help="Description of the operation. May include HTML formatting tags.")
191 …late-parameters', '--params', '-p'], action=TemplateParameter, nargs='+', help="Collection of URL …
192 …c.argument('method', help="Required. A Valid HTTP Operation Method. Typical Http Methods like GET,…
193 c.argument('display_name', help="Required. Operation Name.")
194 c.argument('if_match', help='ETag of the Entity.')
195 …c.argument('url_template', help='Relative URL template identifying the target resource for this op…
198 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the API Manage…
199 …c.argument('api_id', help='API identifier. Must be unique in the current API Management service in…
200 …c.argument('release_id', help="Release identifier within an API. Must be unique in the current API…
201 c.argument('api_revision', help="API revision number.")
202 c.argument('notes', help="Release Notes.")
203 c.argument('if_match', help='ETag of the Entity.')
206 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the API Manage…
207 …c.argument('api_id', help='API identifier. Must be unique in the current API Management service in…
208 c.argument('api_revision', help='Describes the Revision of the Api.')
209 …ption', options_list=['--api-revision-description', '--rev-description'], help='Description of the…
212 c.argument('version_set_id', help="A resource identifier for the related ApiVersionSet.")
213 …c.argument('versioning_scheme', help="Required. An value that determines where the API Version ide…
214 c.argument('display_name', help="Required. Name of API Version Set")
215 …c.argument('service_name', options_list=['--service-name', '-n'], help="The name of the API Manage…
216 c.argument('description', help="Description of API Version Set.")
217 …c.argument('version_query_name', help="Name of query parameter that indicates the API Version if v…
218 …c.argument('version_header_name', help="Name of HTTP header parameter that indicates the API Versi…
219 c.argument('if_match', help='ETag of the Entity.')