ArmWorkloadsModelFactory.EnqueueServerProperties 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 EnqueueServerProperties.
public static Azure.ResourceManager.Workloads.Models.EnqueueServerProperties EnqueueServerProperties(string hostname = default, string ipAddress = default, long? port = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default);
static member EnqueueServerProperties : string * string * Nullable<int64> * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> -> Azure.ResourceManager.Workloads.Models.EnqueueServerProperties
Public Shared Function EnqueueServerProperties (Optional hostname As String = Nothing, Optional ipAddress As String = Nothing, Optional port As Nullable(Of Long) = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing) As EnqueueServerProperties
Parameters
- hostname
- String
Enqueue Server SAP Hostname.
- ipAddress
- String
Enqueue Server SAP IP Address.
- health
- Nullable<SapHealthState>
Defines the health of SAP Instances.
Returns
A new EnqueueServerProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET