DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.RemoveAsync Method
Definition
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.
Removes Microsoft Ids from the specified authorization
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RemoveAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations operations, string serviceKey, string authId, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters parameters);
static member RemoveAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations * string * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function RemoveAsync (operations As IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations, serviceKey As String, authId As String, parameters As DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters) As Task(Of AzureOperationResponse)
Parameters
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.
- serviceKey
- String
Required. The service key representing the circuit.
- authId
- String
Required. The GUID representing the authorization
Required. Parameters supplied to remove existing Microsoft Ids
Returns
A standard service response including an HTTP status code and request ID.