Show / Hide Table of Contents

Class DeviceFleetReference

A reference to a DeviceFleet resource.

Inheritance
object
DeviceFleetReference
Implements
IDeviceFleetReference
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.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DeviceFleetReference : IDeviceFleetReference
Syntax (vb)
Public Class DeviceFleetReference Implements IDeviceFleetReference
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.Sagemaker;

            var deviceFleetReference = new DeviceFleetReference {
                DeviceFleetName = "deviceFleetName"
            };

Synopsis

Constructors

DeviceFleetReference()

A reference to a DeviceFleet resource.

Properties

DeviceFleetName

The DeviceFleetName of the DeviceFleet resource.

Constructors

DeviceFleetReference()

A reference to a DeviceFleet resource.

public DeviceFleetReference()
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.Sagemaker;

            var deviceFleetReference = new DeviceFleetReference {
                DeviceFleetName = "deviceFleetName"
            };

Properties

DeviceFleetName

The DeviceFleetName of the DeviceFleet resource.

public string DeviceFleetName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDeviceFleetReference
Back to top Generated by DocFX