ArmAppServiceModelFactory.AppServiceEnvironmentPatch Method
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.
Initializes a new instance of AppServiceEnvironmentPatch.
public static Azure.ResourceManager.AppService.Models.AppServiceEnvironmentPatch AppServiceEnvironmentPatch(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.AppService.Models.HostingEnvironmentStatus? status = default, Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkProfile virtualNetwork = default, Azure.ResourceManager.AppService.Models.LoadBalancingMode? internalLoadBalancingMode = default, string multiSize = default, int? multiRoleCount = default, int? ipSslAddressCount = default, string dnsSuffix = default, int? maximumNumberOfMachines = default, int? frontEndScaleFactor = default, bool? isSuspended = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AppServiceNameValuePair> clusterSettings = default, System.Collections.Generic.IEnumerable<string> userWhitelistedIPRanges = default, bool? hasLinuxWorkers = default, Azure.ResourceManager.AppService.Models.AppServiceEnvironmentUpgradePreference? upgradePreference = default, int? dedicatedHostCount = default, bool? isZoneRedundant = default, Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationData customDnsSuffixConfiguration = default, Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData networkingConfiguration = default, Azure.ResourceManager.AppService.Models.AppServiceEnvironmentUpgradeAvailability? upgradeAvailability = default, string kind = default);
static member AppServiceEnvironmentPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.AppService.Models.ProvisioningState> * Nullable<Azure.ResourceManager.AppService.Models.HostingEnvironmentStatus> * Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkProfile * Nullable<Azure.ResourceManager.AppService.Models.LoadBalancingMode> * string * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<bool> * seq<Azure.ResourceManager.AppService.Models.AppServiceNameValuePair> * seq<string> * Nullable<bool> * Nullable<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentUpgradePreference> * Nullable<int> * Nullable<bool> * Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationData * Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData * Nullable<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentUpgradeAvailability> * string -> Azure.ResourceManager.AppService.Models.AppServiceEnvironmentPatch
Public Shared Function AppServiceEnvironmentPatch (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional status As Nullable(Of HostingEnvironmentStatus) = Nothing, Optional virtualNetwork As AppServiceVirtualNetworkProfile = Nothing, Optional internalLoadBalancingMode As Nullable(Of LoadBalancingMode) = Nothing, Optional multiSize As String = Nothing, Optional multiRoleCount As Nullable(Of Integer) = Nothing, Optional ipSslAddressCount As Nullable(Of Integer) = Nothing, Optional dnsSuffix As String = Nothing, Optional maximumNumberOfMachines As Nullable(Of Integer) = Nothing, Optional frontEndScaleFactor As Nullable(Of Integer) = Nothing, Optional isSuspended As Nullable(Of Boolean) = Nothing, Optional clusterSettings As IEnumerable(Of AppServiceNameValuePair) = Nothing, Optional userWhitelistedIPRanges As IEnumerable(Of String) = Nothing, Optional hasLinuxWorkers As Nullable(Of Boolean) = Nothing, Optional upgradePreference As Nullable(Of AppServiceEnvironmentUpgradePreference) = Nothing, Optional dedicatedHostCount As Nullable(Of Integer) = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional customDnsSuffixConfiguration As CustomDnsSuffixConfigurationData = Nothing, Optional networkingConfiguration As AseV3NetworkingConfigurationData = Nothing, Optional upgradeAvailability As Nullable(Of AppServiceEnvironmentUpgradeAvailability) = Nothing, Optional kind As String = Nothing) As AppServiceEnvironmentPatch
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<ProvisioningState>
Provisioning state of the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.provisioningState
- status
- Nullable<HostingEnvironmentStatus>
Current status of the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.status
- virtualNetwork
- AppServiceVirtualNetworkProfile
Description of the Virtual Network. Serialized Name: AppServiceEnvironmentPatchResource.properties.virtualNetwork
- internalLoadBalancingMode
- Nullable<LoadBalancingMode>
Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.internalLoadBalancingMode
- multiSize
- String
Front-end VM size, e.g. "Medium", "Large". Serialized Name: AppServiceEnvironmentPatchResource.properties.multiSize
Number of front-end instances. Serialized Name: AppServiceEnvironmentPatchResource.properties.multiRoleCount
Number of IP SSL addresses reserved for the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.ipsslAddressCount
- dnsSuffix
- String
DNS suffix of the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.dnsSuffix
Maximum number of VMs in the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.maximumNumberOfMachines
Scale factor for front-ends. Serialized Name: AppServiceEnvironmentPatchResource.properties.frontEndScaleFactor
<code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic). Serialized Name: AppServiceEnvironmentPatchResource.properties.suspended
- clusterSettings
- IEnumerable<AppServiceNameValuePair>
Custom settings for changing the behavior of the App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.clusterSettings
- userWhitelistedIPRanges
- IEnumerable<String>
User added ip ranges to whitelist on ASE db Serialized Name: AppServiceEnvironmentPatchResource.properties.userWhitelistedIpRanges
Flag that displays whether an ASE has linux workers or not Serialized Name: AppServiceEnvironmentPatchResource.properties.hasLinuxWorkers
- upgradePreference
- Nullable<AppServiceEnvironmentUpgradePreference>
Upgrade Preference Serialized Name: AppServiceEnvironmentPatchResource.properties.upgradePreference
Dedicated Host Count Serialized Name: AppServiceEnvironmentPatchResource.properties.dedicatedHostCount
Whether or not this App Service Environment is zone-redundant. Serialized Name: AppServiceEnvironmentPatchResource.properties.zoneRedundant
- customDnsSuffixConfiguration
- CustomDnsSuffixConfigurationData
Full view of the custom domain suffix configuration for ASEv3. Serialized Name: AppServiceEnvironmentPatchResource.properties.customDnsSuffixConfiguration
- networkingConfiguration
- AseV3NetworkingConfigurationData
Full view of networking configuration for an ASE. Serialized Name: AppServiceEnvironmentPatchResource.properties.networkingConfiguration
- upgradeAvailability
- Nullable<AppServiceEnvironmentUpgradeAvailability>
Whether an upgrade is available for this App Service Environment. Serialized Name: AppServiceEnvironmentPatchResource.properties.upgradeAvailability
- kind
- String
Kind of resource. Serialized Name: ProxyOnlyResource.kind
Returns
A new AppServiceEnvironmentPatch instance for mocking.