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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET