SecuritySettings.Ipv4Whitelist Property
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Gets or sets the list of IP-s allowed.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Property Ipv4Whitelist As IList(Of Ipv4)
Get
Set
'Usage
Dim instance As SecuritySettings
Dim value As IList(Of Ipv4)
value = instance.Ipv4Whitelist
instance.Ipv4Whitelist = value
public IList<Ipv4> Ipv4Whitelist { get; set; }
public:
property IList<Ipv4^>^ Ipv4Whitelist {
IList<Ipv4^>^ get ();
void set (IList<Ipv4^>^ value);
}
member Ipv4Whitelist : IList<Ipv4> with get, set
function get Ipv4Whitelist () : IList<Ipv4>
function set Ipv4Whitelist (value : IList<Ipv4>)
Property Value
Type: System.Collections.Generic.IList<Ipv4>