C# 클래스 Amazon.CloudFront.Model.GetStreamingDistributionRequest

Container for the parameters to the GetStreamingDistribution operation. Gets information about a specified RTMP distribution, including the distribution configuration.
상속: AmazonCloudFrontRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetStreamingDistributionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetStreamingDistributionRequest ( string id ) : System

Instantiates GetStreamingDistributionRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool

메소드 상세

GetStreamingDistributionRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public GetStreamingDistributionRequest ( ) : System
리턴 System

GetStreamingDistributionRequest() 공개 메소드

Instantiates GetStreamingDistributionRequest with the parameterized properties
public GetStreamingDistributionRequest ( string id ) : System
id string The streaming distribution's ID.
리턴 System