ManagedVirtualNetworkSettings Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. ManagedVirtualNetworkSettings
- com.
Implements
public final class ManagedVirtualNetworkSettings
implements JsonSerializable<ManagedVirtualNetworkSettings>
Managed Virtual Network Settings.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedVirtualNetworkSettings() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
allowedAadTenantIdsForLinking()
Get the allowed |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| Boolean |
linkedAccessCheckOnTargetResource()
Get the linked |
| Boolean |
preventDataExfiltration()
Get the prevent |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAllowedAadTenantIdsForLinking(List<String> allowedAadTenantIdsForLinking)
Set the allowed |
|
Managed |
withLinkedAccessCheckOnTargetResource(Boolean linkedAccessCheckOnTargetResource)
Set the linked |
|
Managed |
withPreventDataExfiltration(Boolean preventDataExfiltration)
Set the prevent |
Methods inherited from java.lang.Object
Constructor Details
ManagedVirtualNetworkSettings
public ManagedVirtualNetworkSettings()
Creates an instance of ManagedVirtualNetworkSettings class.
Method Details
allowedAadTenantIdsForLinking
public List<String> allowedAadTenantIdsForLinking()
Get the allowedAadTenantIdsForLinking property: Allowed Aad Tenant Ids For Linking.
Returns:
fromJson
public static ManagedVirtualNetworkSettings fromJson(JsonReader jsonReader)
Reads an instance of ManagedVirtualNetworkSettings from the JsonReader.
Parameters:
Returns:
Throws:
linkedAccessCheckOnTargetResource
public Boolean linkedAccessCheckOnTargetResource()
Get the linkedAccessCheckOnTargetResource property: Linked Access Check On Target Resource.
Returns:
preventDataExfiltration
public Boolean preventDataExfiltration()
Get the preventDataExfiltration property: Prevent Data Exfiltration.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAllowedAadTenantIdsForLinking
public ManagedVirtualNetworkSettings withAllowedAadTenantIdsForLinking(List<String> allowedAadTenantIdsForLinking)
Set the allowedAadTenantIdsForLinking property: Allowed Aad Tenant Ids For Linking.
Parameters:
Returns:
withLinkedAccessCheckOnTargetResource
public ManagedVirtualNetworkSettings withLinkedAccessCheckOnTargetResource(Boolean linkedAccessCheckOnTargetResource)
Set the linkedAccessCheckOnTargetResource property: Linked Access Check On Target Resource.
Parameters:
Returns:
withPreventDataExfiltration
public ManagedVirtualNetworkSettings withPreventDataExfiltration(Boolean preventDataExfiltration)
Set the preventDataExfiltration property: Prevent Data Exfiltration.
Parameters:
Returns: