Show / Hide Table of Contents

Class OdbNetworkReference

A reference to a OdbNetwork resource.

Inheritance
object
OdbNetworkReference
Implements
IOdbNetworkReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.ODB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OdbNetworkReference : IOdbNetworkReference
Syntax (vb)
Public Class OdbNetworkReference Implements IOdbNetworkReference
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.Interfaces.ODB;

            var odbNetworkReference = new OdbNetworkReference {
                OdbNetworkArn = "odbNetworkArn"
            };

Synopsis

Constructors

OdbNetworkReference()

A reference to a OdbNetwork resource.

Properties

OdbNetworkArn

The OdbNetworkArn of the OdbNetwork resource.

Constructors

OdbNetworkReference()

A reference to a OdbNetwork resource.

public OdbNetworkReference()
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.Interfaces.ODB;

            var odbNetworkReference = new OdbNetworkReference {
                OdbNetworkArn = "odbNetworkArn"
            };

Properties

OdbNetworkArn

The OdbNetworkArn of the OdbNetwork resource.

public string OdbNetworkArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IOdbNetworkReference
Back to top Generated by DocFX