Interface ServerSecurityAlertPolicy.DefinitionStages.WithStorageEndpoint

All Known Subinterfaces:
ServerSecurityAlertPolicy.Definition, ServerSecurityAlertPolicy.DefinitionStages.WithCreate
Enclosing interface:
ServerSecurityAlertPolicy.DefinitionStages

public static interface ServerSecurityAlertPolicy.DefinitionStages.WithStorageEndpoint
The stage of the ServerSecurityAlertPolicy definition allowing to specify storageEndpoint.
  • Method Details

    • withStorageEndpoint

      ServerSecurityAlertPolicy.DefinitionStages.WithCreate withStorageEndpoint(String storageEndpoint)
      Specifies the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs..
      Parameters:
      storageEndpoint - Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.
      Returns:
      the next definition stage.