Get Site Network Service Result
data class GetSiteNetworkServiceResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val properties: SiteNetworkServicePropertiesFormatResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Site network service resource.
Constructors
Link copied to clipboard
constructor(id: String, identity: ManagedServiceIdentityResponse? = null, location: String, name: String, properties: SiteNetworkServicePropertiesFormatResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The managed identity of the Site network service, if configured.
Link copied to clipboard
Site network service properties.
Link copied to clipboard
Sku of the site network service.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.