ArmAppPlatformModelFactory.AppVnetAddons(Nullable<Boolean>, Uri) 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.
Initializes a new instance of AppVnetAddons.
public static Azure.ResourceManager.AppPlatform.Models.AppVnetAddons AppVnetAddons (bool? isPublicEndpoint = default, Uri publicEndpointUri = default);
static member AppVnetAddons : Nullable<bool> * Uri -> Azure.ResourceManager.AppPlatform.Models.AppVnetAddons
Public Shared Function AppVnetAddons (Optional isPublicEndpoint As Nullable(Of Boolean) = Nothing, Optional publicEndpointUri As Uri = Nothing) As AppVnetAddons
Parameters
Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
- publicEndpointUri
- Uri
URL of the App in vnet injection instance which could be accessed from internet.
Returns
A new AppVnetAddons instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET