snowflake.core.managed_account.ManagedAccountResourceΒΆ
- class snowflake.core.managed_account.ManagedAccountResource(name: str, collection: ManagedAccountCollection)ΒΆ
Bases:
ObjectReferenceMixin[ManagedAccountCollection]A reference to a ManagedAccount in Snowflake.
Attributes
- rootΒΆ
Methods
- drop() NoneΒΆ
Drop this managed account.
Examples
Deleting a warehouse using its reference:
>>> managed_account_reference.drop()
- drop_async() PollingOperation[None]ΒΆ
An asynchronous version of
drop().Refer to
PollingOperationfor more information on asynchronous execution and the return type.