INetworkConfigurationProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to