SiteExtensionInfo 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
SiteExtensionInfo() |
Initializes a new instance of the SiteExtensionInfo class. |
SiteExtensionInfo(String, String, String, String, String, String, Nullable<SiteExtensionType>, String, String, String, String, String, String, String, String, IList<String>, String, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<DateTime>, String, String) |
Initializes a new instance of the SiteExtensionInfo class. |
SiteExtensionInfo()
Initializes a new instance of the SiteExtensionInfo class.
public SiteExtensionInfo ();
Public Sub New ()
Applies to
SiteExtensionInfo(String, String, String, String, String, String, Nullable<SiteExtensionType>, String, String, String, String, String, String, String, String, IList<String>, String, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<DateTime>, String, String)
Initializes a new instance of the SiteExtensionInfo class.
public SiteExtensionInfo (string id = default, string name = default, string kind = default, string type = default, string extensionId = default, string title = default, Microsoft.Azure.Management.WebSites.Models.SiteExtensionType? extensionType = default, string summary = default, string description = default, string version = default, string extensionUrl = default, string projectUrl = default, string iconUrl = default, string licenseUrl = default, string feedUrl = default, System.Collections.Generic.IList<string> authors = default, string installerCommandLineParams = default, DateTime? publishedDateTime = default, int? downloadCount = default, bool? localIsLatestVersion = default, string localPath = default, DateTime? installedDateTime = default, string provisioningState = default, string comment = default);
new Microsoft.Azure.Management.WebSites.Models.SiteExtensionInfo : string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.WebSites.Models.SiteExtensionType> * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * string * Nullable<DateTime> * Nullable<int> * Nullable<bool> * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.WebSites.Models.SiteExtensionInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional extensionId As String = Nothing, Optional title As String = Nothing, Optional extensionType As Nullable(Of SiteExtensionType) = Nothing, Optional summary As String = Nothing, Optional description As String = Nothing, Optional version As String = Nothing, Optional extensionUrl As String = Nothing, Optional projectUrl As String = Nothing, Optional iconUrl As String = Nothing, Optional licenseUrl As String = Nothing, Optional feedUrl As String = Nothing, Optional authors As IList(Of String) = Nothing, Optional installerCommandLineParams As String = Nothing, Optional publishedDateTime As Nullable(Of DateTime) = Nothing, Optional downloadCount As Nullable(Of Integer) = Nothing, Optional localIsLatestVersion As Nullable(Of Boolean) = Nothing, Optional localPath As String = Nothing, Optional installedDateTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional comment As String = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- extensionId
- String
Site extension ID.
- title
- String
- extensionType
- Nullable<SiteExtensionType>
Site extension type. Possible values include: 'Gallery', 'WebRoot'
- summary
- String
Summary description.
- description
- String
Detailed description.
- version
- String
Version information.
- extensionUrl
- String
Extension URL.
- projectUrl
- String
Project URL.
- iconUrl
- String
Icon URL.
- licenseUrl
- String
License URL.
- feedUrl
- String
Feed URL.
- installerCommandLineParams
- String
Installer command line parameters.
<code>true</code> if the local version is the latest version; <code>false</code> otherwise.
- localPath
- String
Local path.
- provisioningState
- String
Provisioning state.
- comment
- String
Site Extension comment.
Applies to
Azure SDK for .NET