593 строки
62 KiB
YAML
593 строки
62 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient"
|
|
name: "PacketCoreControlPlanesClient"
|
|
nameWithType: "PacketCoreControlPlanesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Packet<wbr>Core<wbr>Control<wbr>Planes<wbr>Client."
|
|
syntax: "public interface **PacketCoreControlPlanesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCollectDiagnosticsPackage(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
name: "beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
summary: "Collect a diagnostics package for the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the packet core control plane collect diagnostics package operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage&text=PacketCoreControlPlaneCollectDiagnosticsPackage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
desc: "Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCollectDiagnosticsPackage(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
name: "beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
summary: "Collect a diagnostics package for the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the packet core control plane collect diagnostics package operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage&text=PacketCoreControlPlaneCollectDiagnosticsPackage\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
desc: "Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
summary: "Creates or updates a packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update packet core control plane operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<PacketCoreControlPlaneInner>,PacketCoreControlPlaneInner> beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
desc: "Creates or updates a packet core control plane."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of packet core control plane resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
summary: "Creates or updates a packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update packet core control plane operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<PacketCoreControlPlaneInner>,PacketCoreControlPlaneInner> beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
desc: "Creates or updates a packet core control plane."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of packet core control plane resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginDelete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginDelete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "beginDelete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginDelete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Deletes the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Deletes the specified packet core control plane."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginDelete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginDelete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Deletes the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Deletes the specified packet core control plane."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginReinstall(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginReinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "beginReinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginReinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Reinstall the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginReinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Reinstall the specified packet core control plane. This action will try to restore the packet core to the installed state that was disrupted by a transient failure. This action will cause a service outage."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginReinstall(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginReinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "beginReinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginReinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Reinstall the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginReinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Reinstall the specified packet core control plane. This action will try to restore the packet core to the installed state that was disrupted by a transient failure. This action will cause a service outage."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginRollback(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginRollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "beginRollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginRollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Roll back the specified packet core control plane to the previous version, \"rollback<wbr>Version\"."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginRollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Roll back the specified packet core control plane to the previous version, \"rollbackVersion\". Multiple consecutive rollbacks are not possible. This action may cause a service outage."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginRollback(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.beginRollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "beginRollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.beginRollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Roll back the specified packet core control plane to the previous version, \"rollback<wbr>Version\"."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginRollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Roll back the specified packet core control plane to the previous version, \"rollbackVersion\". Multiple consecutive rollbacks are not possible. This action may cause a service outage."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.collectDiagnosticsPackage(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
name: "collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
nameWithType: "PacketCoreControlPlanesClient.collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
summary: "Collect a diagnostics package for the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the packet core control plane collect diagnostics package operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage&text=PacketCoreControlPlaneCollectDiagnosticsPackage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AsyncOperationStatusInner collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)"
|
|
desc: "Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.collectDiagnosticsPackage(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
name: "collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
summary: "Collect a diagnostics package for the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the packet core control plane collect diagnostics package operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage?alt=com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage&text=PacketCoreControlPlaneCollectDiagnosticsPackage\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AsyncOperationStatusInner collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, Context context)"
|
|
desc: "Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
name: "createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
nameWithType: "PacketCoreControlPlanesClient.createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
summary: "Creates or updates a packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update packet core control plane operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PacketCoreControlPlaneInner createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)"
|
|
desc: "Creates or updates a packet core control plane."
|
|
returns:
|
|
description: "packet core control plane resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
summary: "Creates or updates a packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update packet core control plane operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PacketCoreControlPlaneInner createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, Context context)"
|
|
desc: "Creates or updates a packet core control plane."
|
|
returns:
|
|
description: "packet core control plane resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.delete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.delete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "delete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.delete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Deletes the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Deletes the specified packet core control plane."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.delete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "delete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.delete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Deletes the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Deletes the specified packet core control plane."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.getByResourceGroup(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.getByResourceGroup(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Gets information about the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PacketCoreControlPlaneInner getByResourceGroup(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Gets information about the specified packet core control plane."
|
|
returns:
|
|
description: "information about the specified packet core control plane."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.getByResourceGroupWithResponse(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.getByResourceGroupWithResponse(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Gets information about the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<PacketCoreControlPlaneInner> getByResourceGroupWithResponse(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Gets information about the specified packet core control plane."
|
|
returns:
|
|
description: "information about the specified packet core control plane along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.list()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.list()"
|
|
name: "list()"
|
|
nameWithType: "PacketCoreControlPlanesClient.list()"
|
|
summary: "Lists all the packet core control planes in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<PacketCoreControlPlaneInner> list()"
|
|
desc: "Lists all the packet core control planes in a subscription."
|
|
returns:
|
|
description: "response for packet core control planes API service call as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.list(Context context)"
|
|
summary: "Lists all the packet core control planes in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<PacketCoreControlPlaneInner> list(Context context)"
|
|
desc: "Lists all the packet core control planes in a subscription."
|
|
returns:
|
|
description: "response for packet core control planes API service call as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Lists all the packet core control planes in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<PacketCoreControlPlaneInner> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Lists all the packet core control planes in a resource group."
|
|
returns:
|
|
description: "response for packet core control planes API service call as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Lists all the packet core control planes in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<PacketCoreControlPlaneInner> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Lists all the packet core control planes in a resource group."
|
|
returns:
|
|
description: "response for packet core control planes API service call as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.reinstall(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.reinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "reinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.reinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Reinstall the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract AsyncOperationStatusInner reinstall(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Reinstall the specified packet core control plane. This action will try to restore the packet core to the installed state that was disrupted by a transient failure. This action will cause a service outage."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.reinstall(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.reinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "reinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.reinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Reinstall the specified packet core control plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AsyncOperationStatusInner reinstall(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Reinstall the specified packet core control plane. This action will try to restore the packet core to the installed state that was disrupted by a transient failure. This action will cause a service outage."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.rollback(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.rollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
name: "rollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
nameWithType: "PacketCoreControlPlanesClient.rollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
summary: "Roll back the specified packet core control plane to the previous version, \"rollback<wbr>Version\"."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract AsyncOperationStatusInner rollback(String resourceGroupName, String packetCoreControlPlaneName)"
|
|
desc: "Roll back the specified packet core control plane to the previous version, \"rollbackVersion\". Multiple consecutive rollbacks are not possible. This action may cause a service outage."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.rollback(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.rollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
name: "rollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.rollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
summary: "Roll back the specified packet core control plane to the previous version, \"rollback<wbr>Version\"."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AsyncOperationStatusInner rollback(String resourceGroupName, String packetCoreControlPlaneName, Context context)"
|
|
desc: "Roll back the specified packet core control plane to the previous version, \"rollbackVersion\". Multiple consecutive rollbacks are not possible. This action may cause a service outage."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner&text=AsyncOperationStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.IdentityAndTagsObject)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.updateTags(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters)"
|
|
name: "updateTags(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters)"
|
|
nameWithType: "PacketCoreControlPlanesClient.updateTags(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters)"
|
|
summary: "Patch packet core control plane resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to patch packet core control plane resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.IdentityAndTagsObject?alt=com.azure.resourcemanager.mobilenetwork.models.IdentityAndTagsObject&text=IdentityAndTagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PacketCoreControlPlaneInner updateTags(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters)"
|
|
desc: "Patch packet core control plane resource."
|
|
returns:
|
|
description: "packet core control plane resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.updateTagsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.IdentityAndTagsObject,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.fluent.PacketCoreControlPlanesClient.updateTagsWithResponse(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters, Context context)"
|
|
name: "updateTagsWithResponse(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters, Context context)"
|
|
nameWithType: "PacketCoreControlPlanesClient.updateTagsWithResponse(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters, Context context)"
|
|
summary: "Patch packet core control plane resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the packet core control plane."
|
|
name: "packetCoreControlPlaneName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to patch packet core control plane resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.IdentityAndTagsObject?alt=com.azure.resourcemanager.mobilenetwork.models.IdentityAndTagsObject&text=IdentityAndTagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<PacketCoreControlPlaneInner> updateTagsWithResponse(String resourceGroupName, String packetCoreControlPlaneName, IdentityAndTagsObject parameters, Context context)"
|
|
desc: "Patch packet core control plane resource."
|
|
returns:
|
|
description: "packet core control plane resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneInner&text=PacketCoreControlPlaneInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in PacketCoreControlPlanesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|