DefenderForContainersGcpOffering Constructors
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.
Overloads
DefenderForContainersGcpOffering() |
Initializes a new instance of the DefenderForContainersGcpOffering class. |
DefenderForContainersGcpOffering(String, DefenderForContainersGcpOfferingNativeCloudConnection, DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the DefenderForContainersGcpOffering class. |
DefenderForContainersGcpOffering()
Initializes a new instance of the DefenderForContainersGcpOffering class.
public DefenderForContainersGcpOffering ();
Public Sub New ()
Applies to
DefenderForContainersGcpOffering(String, DefenderForContainersGcpOfferingNativeCloudConnection, DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the DefenderForContainersGcpOffering class.
public DefenderForContainersGcpOffering (string description = default, Microsoft.Azure.Management.Security.Models.DefenderForContainersGcpOfferingNativeCloudConnection nativeCloudConnection = default, Microsoft.Azure.Management.Security.Models.DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection dataPipelineNativeCloudConnection = default, bool? auditLogsAutoProvisioningFlag = default, bool? defenderAgentAutoProvisioningFlag = default, bool? policyAgentAutoProvisioningFlag = default);
new Microsoft.Azure.Management.Security.Models.DefenderForContainersGcpOffering : string * Microsoft.Azure.Management.Security.Models.DefenderForContainersGcpOfferingNativeCloudConnection * Microsoft.Azure.Management.Security.Models.DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Security.Models.DefenderForContainersGcpOffering
Public Sub New (Optional description As String = Nothing, Optional nativeCloudConnection As DefenderForContainersGcpOfferingNativeCloudConnection = Nothing, Optional dataPipelineNativeCloudConnection As DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection = Nothing, Optional auditLogsAutoProvisioningFlag As Nullable(Of Boolean) = Nothing, Optional defenderAgentAutoProvisioningFlag As Nullable(Of Boolean) = Nothing, Optional policyAgentAutoProvisioningFlag As Nullable(Of Boolean) = Nothing)
Parameters
- description
- String
The offering description.
- nativeCloudConnection
- DefenderForContainersGcpOfferingNativeCloudConnection
The native cloud connection configuration
- dataPipelineNativeCloudConnection
- DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection
The native cloud connection configuration
Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled
Is Policy Kubernetes agent auto provisioning enabled