ApplicationServerFullResourceNames Class
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.
The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ApplicationServerFullResourceNamesTypeConverter))]
public class ApplicationServerFullResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IApplicationServerFullResourceNames
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ApplicationServerFullResourceNamesTypeConverter))>]
type ApplicationServerFullResourceNames = class
interface IApplicationServerFullResourceNames
interface IJsonSerializable
Public Class ApplicationServerFullResourceNames
Implements IApplicationServerFullResourceNames
- Inheritance
-
ApplicationServerFullResourceNames
- Attributes
- Implements
Constructors
ApplicationServerFullResourceNames() |
Creates an new ApplicationServerFullResourceNames instance. |
Properties
AvailabilitySetName |
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. |
VirtualMachine |
The list of virtual machine naming details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationServerFullResourceNames. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationServerFullResourceNames. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IApplicationServerFullResourceNames. |
FromJsonString(String) |
Creates a new instance of ApplicationServerFullResourceNames, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationServerFullResourceNames into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |