Пример #1
0
 /// <summary>
 /// Checks by ID whether a resource exists.
 /// </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 bool CheckExistenceById(this IResourcesOperations operations, string resourceId, string apiVersion)
 {
     return(operations.CheckExistenceByIdAsync(resourceId, apiVersion).GetAwaiter().GetResult());
 }