AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateNetworkProfile operation. Updates a network profile by the network profile ARN.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.UpdateNetworkProfileRequest

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateNetworkProfileRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The UpdateNetworkProfileRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CertificateAuthorityArn System.String

Gets and sets the property CertificateAuthorityArn.

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

Public Property CurrentPassword System.String

Gets and sets the property CurrentPassword.

The current password of the Wi-Fi network.

Public Property Description System.String

Gets and sets the property Description.

Detailed information about a device's network profile.

Public Property NetworkProfileArn System.String

Gets and sets the property NetworkProfileArn.

The ARN of the network profile associated with a device.

Public Property NetworkProfileName System.String

Gets and sets the property NetworkProfileName.

The name of the network profile associated with a device.

Public Property NextPassword System.String

Gets and sets the property NextPassword.

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

Public Property TrustAnchors System.Collections.Generic.List<System.String>

Gets and sets the property TrustAnchors.

The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5