DefenderForServersAwsOfferingArcAutoProvisioningConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DefenderForServersAwsOfferingArcAutoProvisioningConfiguration

public final class DefenderForServersAwsOfferingArcAutoProvisioningConfiguration

Configuration for servers Arc auto provisioning.

Constructor Summary

Constructor Description
DefenderForServersAwsOfferingArcAutoProvisioningConfiguration()

Creates an instance of DefenderForServersAwsOfferingArcAutoProvisioningConfiguration class.

Method Summary

Modifier and Type Method and Description
String privateLinkScope()

Get the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

String proxy()

Get the proxy property: Optional HTTP proxy endpoint to use for the Arc agent.

void validate()

Validates the instance.

DefenderForServersAwsOfferingArcAutoProvisioningConfiguration withPrivateLinkScope(String privateLinkScope)

Set the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

DefenderForServersAwsOfferingArcAutoProvisioningConfiguration withProxy(String proxy)

Set the proxy property: Optional HTTP proxy endpoint to use for the Arc agent.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersAwsOfferingArcAutoProvisioningConfiguration

public DefenderForServersAwsOfferingArcAutoProvisioningConfiguration()

Creates an instance of DefenderForServersAwsOfferingArcAutoProvisioningConfiguration class.

Method Details

privateLinkScope

public String privateLinkScope()

Get the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

Returns:

the privateLinkScope value.

proxy

public String proxy()

Get the proxy property: Optional HTTP proxy endpoint to use for the Arc agent.

Returns:

the proxy value.

validate

public void validate()

Validates the instance.

withPrivateLinkScope

public DefenderForServersAwsOfferingArcAutoProvisioningConfiguration withPrivateLinkScope(String privateLinkScope)

Set the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

Parameters:

privateLinkScope - the privateLinkScope value to set.

Returns:

the DefenderForServersAwsOfferingArcAutoProvisioningConfiguration object itself.

withProxy

public DefenderForServersAwsOfferingArcAutoProvisioningConfiguration withProxy(String proxy)

Set the proxy property: Optional HTTP proxy endpoint to use for the Arc agent.

Parameters:

proxy - the proxy value to set.

Returns:

the DefenderForServersAwsOfferingArcAutoProvisioningConfiguration object itself.

Applies to