ArmNetworkModelFactory.PartnerManagedResourceProperties 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 PartnerManagedResourceProperties.
public static Azure.ResourceManager.Network.Models.PartnerManagedResourceProperties PartnerManagedResourceProperties (Azure.Core.ResourceIdentifier id = default, Azure.Core.ResourceIdentifier internalLoadBalancerId = default, Azure.Core.ResourceIdentifier standardLoadBalancerId = default);
static member PartnerManagedResourceProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.PartnerManagedResourceProperties
Public Shared Function PartnerManagedResourceProperties (Optional id As ResourceIdentifier = Nothing, Optional internalLoadBalancerId As ResourceIdentifier = Nothing, Optional standardLoadBalancerId As ResourceIdentifier = Nothing) As PartnerManagedResourceProperties
Parameters
The partner managed resource id.
- internalLoadBalancerId
- ResourceIdentifier
The partner managed ILB resource id.
- standardLoadBalancerId
- ResourceIdentifier
The partner managed SLB resource id.
Returns
A new PartnerManagedResourceProperties instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET