AppServiceIPFilterTag Struct

Definition

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

public readonly struct AppServiceIPFilterTag : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceIPFilterTag>
type AppServiceIPFilterTag = struct
Public Structure AppServiceIPFilterTag
Implements IEquatable(Of AppServiceIPFilterTag)
Inheritance
AppServiceIPFilterTag
Implements

Constructors

AppServiceIPFilterTag(String)

Initializes a new instance of AppServiceIPFilterTag.

Properties

Default

Default.

ServiceTag

ServiceTag.

XffProxy

XffProxy.

Methods

Equals(AppServiceIPFilterTag)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AppServiceIPFilterTag, AppServiceIPFilterTag)

Determines if two AppServiceIPFilterTag values are the same.

Implicit(String to AppServiceIPFilterTag)

Converts a string to a AppServiceIPFilterTag.

Inequality(AppServiceIPFilterTag, AppServiceIPFilterTag)

Determines if two AppServiceIPFilterTag values are not the same.

Applies to