ArmMobileNetworkModelFactory.MobileNetworkDiagnosticsPackageData 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 MobileNetworkDiagnosticsPackageData.
public static Azure.ResourceManager.MobileNetwork.MobileNetworkDiagnosticsPackageData MobileNetworkDiagnosticsPackageData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState? provisioningState = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkDiagnosticsPackageStatus? status = default, string reason = default);
static member MobileNetworkDiagnosticsPackageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState> * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkDiagnosticsPackageStatus> * string -> Azure.ResourceManager.MobileNetwork.MobileNetworkDiagnosticsPackageData
Public Shared Function MobileNetworkDiagnosticsPackageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of MobileNetworkProvisioningState) = Nothing, Optional status As Nullable(Of MobileNetworkDiagnosticsPackageStatus) = Nothing, Optional reason As String = Nothing) As MobileNetworkDiagnosticsPackageData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<MobileNetworkProvisioningState>
The provisioning state of the diagnostics package resource.
The status of the diagnostics package collection.
- reason
- String
The reason for the current state of the diagnostics package collection.
Returns
A new MobileNetworkDiagnosticsPackageData 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