Show / Hide Table of Contents

Class NetworkProfileReference

A reference to a NetworkProfile resource.

Inheritance
object
NetworkProfileReference
Implements
INetworkProfileReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DeviceFarm
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NetworkProfileReference : INetworkProfileReference
Syntax (vb)
Public Class NetworkProfileReference Implements INetworkProfileReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.DeviceFarm;

            var networkProfileReference = new NetworkProfileReference {
                NetworkProfileArn = "networkProfileArn"
            };

Synopsis

Constructors

NetworkProfileReference()

A reference to a NetworkProfile resource.

Properties

NetworkProfileArn

The Arn of the NetworkProfile resource.

Constructors

NetworkProfileReference()

A reference to a NetworkProfile resource.

public NetworkProfileReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.DeviceFarm;

            var networkProfileReference = new NetworkProfileReference {
                NetworkProfileArn = "networkProfileArn"
            };

Properties

NetworkProfileArn

The Arn of the NetworkProfile resource.

public string NetworkProfileArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

INetworkProfileReference
Back to top Generated by DocFX