CustomDomain Constructors
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.
C#
public CustomDomain ();
Public Sub New ()
Applies to
Azure - PowerShell Commands Latest und Azure - PowerShell Commands 12 (LTS)
Produkt | Versionen |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public CustomDomain (string name, bool? useSubDomainName = default);
new Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.CustomDomain : string * Nullable<bool> -> Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.CustomDomain
Public Sub New (name As String, Optional useSubDomainName As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
Applies to
Azure - PowerShell Commands Latest und Azure - PowerShell Commands 12 (LTS)
Produkt | Versionen |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |