ArmVirtualEnclavesModelFactory.ApprovalDeletionCallbackContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.VirtualEnclaves.Models.ApprovalDeletionCallbackContent ApprovalDeletionCallbackContent(Azure.ResourceManager.VirtualEnclaves.Models.PostActionDeletionResourceActionType resourceRequestAction = default);
static member ApprovalDeletionCallbackContent : Azure.ResourceManager.VirtualEnclaves.Models.PostActionDeletionResourceActionType -> Azure.ResourceManager.VirtualEnclaves.Models.ApprovalDeletionCallbackContent
Public Shared Function ApprovalDeletionCallbackContent (Optional resourceRequestAction As PostActionDeletionResourceActionType = Nothing) As ApprovalDeletionCallbackContent
Parameters
- resourceRequestAction
- PostActionDeletionResourceActionType
Resource request action indicating action which needed to be performed upon calling approval-deletion-callback post action.
Returns
A new ApprovalDeletionCallbackContent instance for mocking.