NetworkConfigurationProperties Class

Definition

Network configuration properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.NetworkConfigurationPropertiesTypeConverter))]
public class NetworkConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.NetworkConfigurationPropertiesTypeConverter))>]
type NetworkConfigurationProperties = class
    interface INetworkConfigurationProperties
    interface IJsonSerializable
Public Class NetworkConfigurationProperties
Implements INetworkConfigurationProperties
Inheritance
NetworkConfigurationProperties
Attributes
Implements

Constructors

NetworkConfigurationProperties()

Creates an new NetworkConfigurationProperties instance.

Properties

CandidatePublicKey

Public key

CandidatePublicKeyNotAfter

Key expiration date

CandidatePublicKeyRenewAfter

Recommended key renewal date

ClientPublicKey

Public key

ClientPublicKeyNotAfter

Key expiration date

ClientPublicKeyRenewAfter

Recommended key renewal date

Location

Resource location

NetworkConfigurationScopeId

Associated Network Configuration Scope Id (GUID)

NetworkConfigurationScopeResourceId

Associated Network Configuration Scope Resource Id

TenantId

Azure resource tenant Id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkConfigurationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkConfigurationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkConfigurationProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkConfigurationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to