az security setting

Güvenlik ayarlarınızı görüntüleyin.

Komutlar

az security setting list

Güvenlik ayarlarını listeleyin.

az security setting show

Bir güvenlik ayarı gösterir.

az security setting update

Bir güvenlik ayarı Güncelleştirmeler.

az security setting list

Güvenlik ayarlarını listeleyin.

az security setting list

Örnekler

Güvenlik ayarlarını alın.

az security setting list

az security setting show

Bir güvenlik ayarı gösterir.

az security setting show --name {MCAS, Sentinel, WDATP, WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW}

Örnekler

Bir güvenlik ayarı alın.

az security setting show -n "MCAS"

Gerekli Parametreler

--name -n

Ayarın adı.

kabul edilen değerler: MCAS, Sentinel, WDATP, WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW

az security setting update

Bir güvenlik ayarı Güncelleştirmeler.

az security setting update --enabled {false, true}
                           --name {MCAS, Sentinel, WDATP, WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW}

Örnekler

Güvenlik ayarını güncelleştirme.

az security setting update -n "Sentinel" --enabled true

Gerekli Parametreler

--enabled

Ayar durumunu etkinleştirin veya devre dışı bırakın.

kabul edilen değerler: false, true
--name -n

Ayarın adı.

kabul edilen değerler: MCAS, Sentinel, WDATP, WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW