Share via


SasIPRange Struct

Definition

Represents a range of allowed IP addresses for constructing a Shared Access Signature.

public readonly struct SasIPRange : IEquatable<Azure.Storage.Sas.SasIPRange>
type SasIPRange = struct
Public Structure SasIPRange
Implements IEquatable(Of SasIPRange)
Inheritance
SasIPRange
Implements

Constructors

Name Description
SasIPRange(IPAddress, IPAddress)

Creates a new SasIPRange.

Properties

Name Description
End

Gets the optional end of the IP range. Not specified if equal to null or None.

Start

Gets the start of the IP range. Not specified if equal to null or None.

Methods

Name Description
Equals(SasIPRange)

Check if two SasIPRange instances are equal.

Parse(String)

Parse an IP range string into a new SasIPRange.

ToString()

Creates a string representation of an SasIPRange.

Operators

Name Description
Equality(SasIPRange, SasIPRange)

Check if two SasIPRange instances are equal.

Inequality(SasIPRange, SasIPRange)

Check if two SasIPRange instances are not equal.

Applies to