次の方法で共有


NwRuleSetVirtualNetworkRules Class

Definition

The response from the List namespace operation.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NwRuleSetVirtualNetworkRulesTypeConverter))]
public class NwRuleSetVirtualNetworkRules : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INwRuleSetVirtualNetworkRules
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NwRuleSetVirtualNetworkRulesTypeConverter))>]
type NwRuleSetVirtualNetworkRules = class
    interface INwRuleSetVirtualNetworkRules
    interface IJsonSerializable
Public Class NwRuleSetVirtualNetworkRules
Implements INwRuleSetVirtualNetworkRules
Inheritance
NwRuleSetVirtualNetworkRules
Attributes
Implements

Constructors

NwRuleSetVirtualNetworkRules()

Creates an new NwRuleSetVirtualNetworkRules instance.

Properties

IgnoreMissingVnetServiceEndpoint

Value that indicates whether to ignore missing Vnet Service Endpoint

SubnetId

Resource ID of Virtual Network Subnet

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NwRuleSetVirtualNetworkRules.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NwRuleSetVirtualNetworkRules.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INwRuleSetVirtualNetworkRules.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NwRuleSetVirtualNetworkRules into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to