Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
CreateOrUpdateWithHttpMessagesAsync(String, String, String, TemplateSpecVersion, Dictionary<String,List<String>>, CancellationToken)
|
Creates or updates a Template Spec version.
|
|
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a specific version from a Template Spec. When operation
completes, status code 200 returned without content.
|
|
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Gets a Template Spec version from a specific Template Spec.
|
|
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all the Template Spec versions in the specified Template
Spec.
|
|
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all the Template Spec versions in the specified Template
Spec.
|
|
UpdateWithHttpMessagesAsync(String, String, String, TemplateSpecVersionUpdateModel, Dictionary<String,List<String>>, CancellationToken)
|
Updates Template Spec Version tags with specified values.
|
|
CreateOrUpdate(ITemplateSpecVersionsOperations, String, String, String, TemplateSpecVersion)
|
Creates or updates a Template Spec version.
|
|
CreateOrUpdateAsync(ITemplateSpecVersionsOperations, String, String, String, TemplateSpecVersion, CancellationToken)
|
Creates or updates a Template Spec version.
|
|
Delete(ITemplateSpecVersionsOperations, String, String, String)
|
Deletes a specific version from a Template Spec. When operation completes,
status code 200 returned without content.
|
|
DeleteAsync(ITemplateSpecVersionsOperations, String, String, String, CancellationToken)
|
Deletes a specific version from a Template Spec. When operation completes,
status code 200 returned without content.
|
|
Get(ITemplateSpecVersionsOperations, String, String, String)
|
Gets a Template Spec version from a specific Template Spec.
|
|
GetAsync(ITemplateSpecVersionsOperations, String, String, String, CancellationToken)
|
Gets a Template Spec version from a specific Template Spec.
|
|
List(ITemplateSpecVersionsOperations, String, String)
|
Lists all the Template Spec versions in the specified Template Spec.
|
|
ListAsync(ITemplateSpecVersionsOperations, String, String, CancellationToken)
|
Lists all the Template Spec versions in the specified Template Spec.
|
|
ListNext(ITemplateSpecVersionsOperations, String)
|
Lists all the Template Spec versions in the specified Template Spec.
|
|
ListNextAsync(ITemplateSpecVersionsOperations, String, CancellationToken)
|
Lists all the Template Spec versions in the specified Template Spec.
|
|
Update(ITemplateSpecVersionsOperations, String, String, String, TemplateSpecVersionUpdateModel)
|
Updates Template Spec Version tags with specified values.
|
|
UpdateAsync(ITemplateSpecVersionsOperations, String, String, String, TemplateSpecVersionUpdateModel, CancellationToken)
|
Updates Template Spec Version tags with specified values.
|