SiteSpnProperties 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.
Class for site properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SiteSpnPropertiesTypeConverter))]
public class SiteSpnProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISiteSpnProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SiteSpnPropertiesTypeConverter))>]
type SiteSpnProperties = class
interface ISiteSpnProperties
interface IJsonSerializable
Public Class SiteSpnProperties
Implements ISiteSpnProperties
- Inheritance
-
SiteSpnProperties
- Attributes
- Implements
Constructors
SiteSpnProperties() |
Creates an new SiteSpnProperties instance. |
Properties
AadAuthority |
AAD Authority URL which was used to request the token for the service principal. |
ApplicationId |
Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
Audience |
Intended audience for the service principal. |
ObjectId |
Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
RawCertData |
Raw certificate data for building certificate expiry flows. |
TenantId |
Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SiteSpnProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SiteSpnProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISiteSpnProperties. |
FromJsonString(String) |
Creates a new instance of SiteSpnProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SiteSpnProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |