CustomDomain Constructors
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.
Overloads
CustomDomain() | |
CustomDomain(String, Nullable<Boolean>) |
CustomDomain()
public CustomDomain ();
Public Sub New ()
Applies to
CustomDomain(String, Nullable<Boolean>)
public CustomDomain (string name, bool? useSubDomain = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.CustomDomain : string * Nullable<bool> -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.CustomDomain
Public Sub New (name As String, Optional useSubDomain As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String