| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static IpFilterTag |
IpFilterTag.DEFAULT
Static value Default for IpFilterTag.
|
static IpFilterTag |
IpFilterTag.SERVICE_TAG
Static value ServiceTag for IpFilterTag.
|
static IpFilterTag |
IpFilterTag.XFF_PROXY
Static value XffProxy for IpFilterTag.
|
| Modifier and Type | Method and Description |
|---|---|
static IpFilterTag |
IpFilterTag.fromString(String name)
Creates or finds a IpFilterTag from its string representation.
|
IpFilterTag |
IpSecurityRestriction.tag()
Get the tag property: Defines what this IP filter will be used for.
|
| Modifier and Type | Method and Description |
|---|---|
IpSecurityRestriction |
IpSecurityRestriction.withTag(IpFilterTag tag)
Set the tag property: Defines what this IP filter will be used for.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.