Class ManagedVirtualNetworkSettings


  • public final class ManagedVirtualNetworkSettings
    extends Object
    Managed Virtual Network Settings.
    • Constructor Detail

      • ManagedVirtualNetworkSettings

        public ManagedVirtualNetworkSettings()
    • Method Detail

      • isPreventDataExfiltration

        public Boolean isPreventDataExfiltration()
        Get the preventDataExfiltration property: Prevent Data Exfiltration.
        Returns:
        the preventDataExfiltration value.
      • setPreventDataExfiltration

        public ManagedVirtualNetworkSettings setPreventDataExfiltration​(Boolean preventDataExfiltration)
        Set the preventDataExfiltration property: Prevent Data Exfiltration.
        Parameters:
        preventDataExfiltration - the preventDataExfiltration value to set.
        Returns:
        the ManagedVirtualNetworkSettings object itself.
      • isLinkedAccessCheckOnTargetResource

        public Boolean isLinkedAccessCheckOnTargetResource()
        Get the linkedAccessCheckOnTargetResource property: Linked Access Check On Target Resource.
        Returns:
        the linkedAccessCheckOnTargetResource value.
      • setLinkedAccessCheckOnTargetResource

        public ManagedVirtualNetworkSettings setLinkedAccessCheckOnTargetResource​(Boolean linkedAccessCheckOnTargetResource)
        Set the linkedAccessCheckOnTargetResource property: Linked Access Check On Target Resource.
        Parameters:
        linkedAccessCheckOnTargetResource - the linkedAccessCheckOnTargetResource value to set.
        Returns:
        the ManagedVirtualNetworkSettings object itself.
      • getAllowedAadTenantIdsForLinking

        public List<String> getAllowedAadTenantIdsForLinking()
        Get the allowedAadTenantIdsForLinking property: Allowed Aad Tenant Ids For Linking.
        Returns:
        the allowedAadTenantIdsForLinking value.
      • setAllowedAadTenantIdsForLinking

        public ManagedVirtualNetworkSettings setAllowedAadTenantIdsForLinking​(List<String> allowedAadTenantIdsForLinking)
        Set the allowedAadTenantIdsForLinking property: Allowed Aad Tenant Ids For Linking.
        Parameters:
        allowedAadTenantIdsForLinking - the allowedAadTenantIdsForLinking value to set.
        Returns:
        the ManagedVirtualNetworkSettings object itself.