Freigeben über


CustomVisionTrainingClientExtensions.UnpublishIterationWithHttpMessages Methode

Definition

Hebt die Veröffentlichung einer bestimmten Iteration auf.

public static Microsoft.Rest.HttpOperationResponse UnpublishIterationWithHttpMessages (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid iterationId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member UnpublishIterationWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse
<Extension()>
Public Function UnpublishIterationWithHttpMessages (operations As ICustomVisionTrainingClient, projectId As Guid, iterationId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse

Parameter

operations
ICustomVisionTrainingClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

projectId
Guid

Die Projekt-ID.

iterationId
Guid

Die Iterations-ID.

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

Gibt zurück

Gilt für: