MicrosoftgraphorganizationalBrandingProperties 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
MicrosoftgraphorganizationalBrandingProperties()
public MicrosoftgraphorganizationalBrandingProperties ();
Public Sub New ()
Applies to
MicrosoftgraphorganizationalBrandingProperties(IDictionary<String, Object>, String, String, Byte[], String, Byte[], String, IList<String>, String, Byte[], String, String)
public MicrosoftgraphorganizationalBrandingProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, string backgroundColor = default, byte[] backgroundImage = default, string backgroundImageRelativeUrl = default, byte[] bannerLogo = default, string bannerLogoRelativeUrl = default, System.Collections.Generic.IList<string> cdnList = default, string signInPageText = default, byte[] squareLogo = default, string squareLogoRelativeUrl = default, string usernameHintText = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphorganizationalBrandingProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * byte[] * string * byte[] * string * System.Collections.Generic.IList<string> * string * byte[] * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphorganizationalBrandingProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional backgroundColor As String = Nothing, Optional backgroundImage As Byte() = Nothing, Optional backgroundImageRelativeUrl As String = Nothing, Optional bannerLogo As Byte() = Nothing, Optional bannerLogoRelativeUrl As String = Nothing, Optional cdnList As IList(Of String) = Nothing, Optional signInPageText As String = Nothing, Optional squareLogo As Byte() = Nothing, Optional squareLogoRelativeUrl As String = Nothing, Optional usernameHintText As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- backgroundColor
- String
- backgroundImage
- Byte[]
- backgroundImageRelativeUrl
- String
- bannerLogo
- Byte[]
- bannerLogoRelativeUrl
- String
- signInPageText
- String
- squareLogo
- Byte[]
- squareLogoRelativeUrl
- String
- usernameHintText
- String