IVmssFabricProfile Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.VmssFabricProfileTypeConverter))]
public interface IVmssFabricProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IFabricProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.VmssFabricProfileTypeConverter))>]
type IVmssFabricProfile = interface
interface IJsonSerializable
interface IFabricProfile
Public Interface IVmssFabricProfile
Implements IFabricProfile
- Derived
- Attributes
- Implements
Properties
Image |
The VM images of the machines in the pool. |
Kind |
Discriminator property for FabricProfile. (Inherited from IFabricProfile) |
NetworkProfileSubnetId |
The subnet id on which to put all machines created in the pool. |
OSProfileLogonType |
Determines how the service should be run. By default, this will be set to Service. |
SecretManagementSettingCertificateStoreLocation |
Where to store certificates on the machine. |
SecretManagementSettingKeyExportable |
Defines if the key of the certificates should be exportable. |
SecretManagementSettingObservedCertificate |
The list of certificates to install on all machines in the pool. |
SkuName |
The Azure SKU name of the machines in the pool. |
StorageProfileDataDisk |
A list of empty data disks to attach. |
StorageProfileOSDiskStorageAccountType |
The Azure SKU name of the machines in the pool. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |