ArmMobileNetworkModelFactory.MobileNetworkInstallation 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 MobileNetworkInstallation.
public static Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallation MobileNetworkInstallation (Azure.ResourceManager.MobileNetwork.Models.DesiredInstallationState? desiredState = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallationState? state = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkReinstallRequired? reinstallRequired = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallationReason> reasons = default, Azure.Core.ResourceIdentifier operationId = default);
static member MobileNetworkInstallation : Nullable<Azure.ResourceManager.MobileNetwork.Models.DesiredInstallationState> * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallationState> * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkReinstallRequired> * seq<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallationReason> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallation
Public Shared Function MobileNetworkInstallation (Optional desiredState As Nullable(Of DesiredInstallationState) = Nothing, Optional state As Nullable(Of MobileNetworkInstallationState) = Nothing, Optional reinstallRequired As Nullable(Of MobileNetworkReinstallRequired) = Nothing, Optional reasons As IEnumerable(Of MobileNetworkInstallationReason) = Nothing, Optional operationId As ResourceIdentifier = Nothing) As MobileNetworkInstallation
Parameters
- desiredState
- Nullable<DesiredInstallationState>
The desired installation state.
Installation state.
- reinstallRequired
- Nullable<MobileNetworkReinstallRequired>
Whether a reinstall of the packet core is required to pick up the latest configuration changes.
Reason(s) for the current installation state of the packet core.
- operationId
- ResourceIdentifier
A reference to an in-progress installation operation.
Returns
A new MobileNetworkInstallation instance for mocking.
Applies to
Azure SDK for .NET