INetworkConfigurationProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |