IResourceGroups.CheckExistence(String) Method
Definition
Caution
Use Contain() instead.
Checks whether resource group exists.
[System.Obsolete("Use Contain() instead.")]
public bool CheckExistence (string name);
abstract member CheckExistence : string -> bool
Public Function CheckExistence (name As String) As Boolean
Parameters
- name
- String
name The name of the resource group to check. The name is case insensitive
Returns
true if the resource group exists; false otherwise
- Attributes