AzureDatacenter.IP.Address.Ranges 0.5.1

dotnet add package AzureDatacenter.IP.Address.Ranges --version 0.5.1
NuGet\Install-Package AzureDatacenter.IP.Address.Ranges -Version 0.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureDatacenter.IP.Address.Ranges" Version="0.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureDatacenter.IP.Address.Ranges --version 0.5.1
#r "nuget: AzureDatacenter.IP.Address.Ranges, 0.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AzureDatacenter.IP.Address.Ranges as a Cake Addin
#addin nuget:?package=AzureDatacenter.IP.Address.Ranges&version=0.5.1

// Install AzureDatacenter.IP.Address.Ranges as a Cake Tool
#tool nuget:?package=AzureDatacenter.IP.Address.Ranges&version=0.5.1

How to use:

AzureDatacenterIPAddressService _handler = new AzureDatacenterIPAddressService();

// get all azure regions
var regions = _handler.GetRegionsWithIpAddress();

// get ip address list for region
var ipForRegion = _handler.GetIpAddressByRegion(RegionType.europenorth);

// check if region contain ip address
var resultTrue = _handler.RegionContainsIpAddress("40.79.211.99", RegionType.australiaeast);
var resultFalse = _handler.RegionContainsIpAddress("40.79.211.99", RegionType.europenorth);

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.1 1,322 2/22/2018