AWS SDK Version 4 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.

Create the Register Node script for all the nodes intended for a specific Cluster. You will then run the script on each hardware unit that is intended for that Cluster. The script creates a Node in the specified Cluster. It then binds the Node to this hardware unit, and activates the node hardware for use with MediaLive Anywhere.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateNodeRegistrationScriptAsync.

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

Syntax

C#
public virtual CreateNodeRegistrationScriptResponse CreateNodeRegistrationScript(
         CreateNodeRegistrationScriptRequest request
)

Parameters

request
Type: Amazon.MediaLive.Model.CreateNodeRegistrationScriptRequest

Container for the necessary parameters to execute the CreateNodeRegistrationScript service method.

Return Value


The response from the CreateNodeRegistrationScript service method, as returned by MediaLive.

Exceptions

ExceptionCondition
BadGatewayException Placeholder documentation for BadGatewayException
BadRequestException Placeholder documentation for BadRequestException
ConflictException Placeholder documentation for ConflictException
ForbiddenException Placeholder documentation for ForbiddenException
GatewayTimeoutException Placeholder documentation for GatewayTimeoutException
InternalServerErrorException Placeholder documentation for InternalServerErrorException
TooManyRequestsException Placeholder documentation for TooManyRequestsException

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also