Interface ResourceGroups

    • Method Detail

      • checkExistence

        @Deprecated
        boolean checkExistence​(String name)
        Deprecated.
        Use contain() instead.
        Checks whether resource group exists.
        Parameters:
        name - The name of the resource group to check. The name is case insensitive
        Returns:
        true if the resource group exists; false otherwise
      • contain

        @Beta(V1_4_0)
        boolean contain​(String name)
        Checks whether resource group exists.
        Parameters:
        name - the name (case insensitive) of the resource group to check for
        Returns:
        true of exists, otherwise false