DeployConfigurationParameters 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
DeployConfigurationParameters() |
Initializes a new instance of the DeployConfigurationParameters class. |
DeployConfigurationParameters(String, Nullable<Boolean>) |
Initializes a new instance of the DeployConfigurationParameters class. |
DeployConfigurationParameters()
Initializes a new instance of the DeployConfigurationParameters class.
public DeployConfigurationParameters ();
Public Sub New ()
Applies to
DeployConfigurationParameters(String, Nullable<Boolean>)
Initializes a new instance of the DeployConfigurationParameters class.
public DeployConfigurationParameters (string branch, bool? force = default);
new Microsoft.Azure.Management.ApiManagement.Models.DeployConfigurationParameters : string * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.DeployConfigurationParameters
Public Sub New (branch As String, Optional force As Nullable(Of Boolean) = Nothing)
Parameters
- branch
- String
The name of the Git branch from which the configuration is to be deployed to the configuration database.
The value enforcing deleting subscriptions to products that are deleted in this update.
Applies to
Azure SDK for .NET