示例#1
0
 /// <summary>
 /// Deletes a resource by ID.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceId'>
 /// The fully qualified ID of the resource, including the resource name and
 /// resource type. Use the format,
 /// /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
 /// </param>
 /// <param name='apiVersion'>
 /// The API version to use for the operation.
 /// </param>
 public static void DeleteById(this IResourcesOperations operations, string resourceId, string apiVersion)
 {
     operations.DeleteByIdAsync(resourceId, apiVersion).GetAwaiter().GetResult();
 }