VideoPreviewImageUrls Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VideoPreviewImageUrls() |
Initializes a new instance of the VideoPreviewImageUrls class. |
VideoPreviewImageUrls(String, String, String) |
Initializes a new instance of the VideoPreviewImageUrls class. |
VideoPreviewImageUrls()
Initializes a new instance of the VideoPreviewImageUrls class.
public VideoPreviewImageUrls ();
Public Sub New ()
Applies to
VideoPreviewImageUrls(String, String, String)
Initializes a new instance of the VideoPreviewImageUrls class.
public VideoPreviewImageUrls (string small = default, string medium = default, string large = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoPreviewImageUrls : string * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoPreviewImageUrls
Public Sub New (Optional small As String = Nothing, Optional medium As String = Nothing, Optional large As String = Nothing)
Parameters
- small
- String
Low resolution preview image URL.
- medium
- String
Medium resolution preview image URL.
- large
- String
High resolution preview image URL.