MockableSiteManagerArmClient.GetServiceGroupEdgeSite Method         
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.
Get Site at SG scope
- Request Path: /providers/Microsoft.Management/serviceGroups/{servicegroupName}/providers/Microsoft.Edge/sites/{siteName}
 - Operation Id: Site_Get
 - Default Api Version: 2025-06-01
 - Resource: ServiceGroupEdgeSiteResource
 
public virtual Azure.Response<Azure.ResourceManager.SiteManager.ServiceGroupEdgeSiteResource> GetServiceGroupEdgeSite(Azure.Core.ResourceIdentifier scope, string siteName, System.Threading.CancellationToken cancellationToken = default);
	abstract member GetServiceGroupEdgeSite : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SiteManager.ServiceGroupEdgeSiteResource>
override this.GetServiceGroupEdgeSite : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SiteManager.ServiceGroupEdgeSiteResource>
	Public Overridable Function GetServiceGroupEdgeSite (scope As ResourceIdentifier, siteName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceGroupEdgeSiteResource)
	Parameters
- scope
 - ResourceIdentifier
 
The scope that the resource will apply against.
- siteName
 - String
 
The name of the Site.
- cancellationToken
 - CancellationToken
 
The cancellation token to use.
Returns
Exceptions
siteName is null.
siteName is an empty string, and was expected to be non-empty.