次の方法で共有


PublicNetworkSolution Class

Definition

Indicates public network solution, include firewall rules

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.PublicNetworkSolutionTypeConverter))]
public class PublicNetworkSolution : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IPublicNetworkSolution
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.PublicNetworkSolutionTypeConverter))>]
type PublicNetworkSolution = class
    interface IPublicNetworkSolution
    interface IJsonSerializable
Public Class PublicNetworkSolution
Implements IPublicNetworkSolution
Inheritance
PublicNetworkSolution
Attributes
Implements

Constructors

PublicNetworkSolution()

Creates an new PublicNetworkSolution instance.

Properties

Action

Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.

DeleteOrUpdateBehavior

Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting

FirewallRuleAzureService

Allow Azure services to access the target service if true.

FirewallRuleCallerClientIP

Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.

FirewallRuleIPRange

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PublicNetworkSolution.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PublicNetworkSolution.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IPublicNetworkSolution.

FromJsonString(String)

Creates a new instance of PublicNetworkSolution, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PublicNetworkSolution into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to