GitHubActionContainerConfiguration 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
GitHubActionContainerConfiguration() |
Initializes a new instance of the GitHubActionContainerConfiguration class. |
GitHubActionContainerConfiguration(String, String, String, String) |
Initializes a new instance of the GitHubActionContainerConfiguration class. |
GitHubActionContainerConfiguration()
Initializes a new instance of the GitHubActionContainerConfiguration class.
public GitHubActionContainerConfiguration ();
Public Sub New ()
Applies to
GitHubActionContainerConfiguration(String, String, String, String)
Initializes a new instance of the GitHubActionContainerConfiguration class.
public GitHubActionContainerConfiguration (string serverUrl = default, string imageName = default, string username = default, string password = default);
new Microsoft.Azure.Management.WebSites.Models.GitHubActionContainerConfiguration : string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.GitHubActionContainerConfiguration
Public Sub New (Optional serverUrl As String = Nothing, Optional imageName As String = Nothing, Optional username As String = Nothing, Optional password As String = Nothing)
Parameters
- serverUrl
- String
The server URL for the container registry where the build will be hosted.
- imageName
- String
The image name for the build.
- username
- String
The username used to upload the image to the container registry.
- password
- String
The password used to upload the image to the container registry.
Applies to
Azure SDK for .NET