Megosztás a következőn keresztül:


DataCollectionEndpointNetworkAcls Class

Definition

Network access control rules for the endpoints.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointNetworkAclsTypeConverter))]
public class DataCollectionEndpointNetworkAcls : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointNetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointNetworkAclsTypeConverter))>]
type DataCollectionEndpointNetworkAcls = class
    interface IDataCollectionEndpointNetworkAcls
    interface IJsonSerializable
    interface INetworkRuleSet
    interface IValidates
Public Class DataCollectionEndpointNetworkAcls
Implements IDataCollectionEndpointNetworkAcls, IValidates
Inheritance
DataCollectionEndpointNetworkAcls
Attributes
Implements

Constructors

DataCollectionEndpointNetworkAcls()

Creates an new DataCollectionEndpointNetworkAcls instance.

Properties

PublicNetworkAccess

The configuration to set whether network access from public internet to the endpoints are allowed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionEndpointNetworkAcls.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionEndpointNetworkAcls.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointNetworkAcls.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionEndpointNetworkAcls into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to