Interface ServerSecurityAlertPolicy.UpdateStages.WithStorageEndpoint

All Known Subinterfaces:
ServerSecurityAlertPolicy.Update
Enclosing interface:
ServerSecurityAlertPolicy.UpdateStages

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

    • withStorageEndpoint

      ServerSecurityAlertPolicy.Update 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.