ArcAutoProvisioningConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ArcAutoProvisioningConfiguration
- com.
Implements
public final class ArcAutoProvisioningConfiguration
implements JsonSerializable<ArcAutoProvisioningConfiguration>
Configuration for servers Arc auto provisioning for a given environment.
Constructor Summary
| Constructor | Description |
|---|---|
| ArcAutoProvisioningConfiguration() |
Creates an instance of Arc |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Arc |
fromJson(JsonReader jsonReader)
Reads an instance of Arc |
| String |
privateLinkScope()
Get the private |
| String |
proxy()
Get the proxy property: Optional HTTP proxy endpoint to use for the Arc agent. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Arc |
withPrivateLinkScope(String privateLinkScope)
Set the private |
|
Arc |
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
ArcAutoProvisioningConfiguration
public ArcAutoProvisioningConfiguration()
Creates an instance of ArcAutoProvisioningConfiguration class.
Method Details
fromJson
public static ArcAutoProvisioningConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ArcAutoProvisioningConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
privateLinkScope
public String privateLinkScope()
Get the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.
Returns:
proxy
public String proxy()
Get the proxy property: Optional HTTP proxy endpoint to use for the Arc agent.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrivateLinkScope
public ArcAutoProvisioningConfiguration withPrivateLinkScope(String privateLinkScope)
Set the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.
Parameters:
Returns:
withProxy
public ArcAutoProvisioningConfiguration withProxy(String proxy)
Set the proxy property: Optional HTTP proxy endpoint to use for the Arc agent.
Parameters:
Returns: