IpAllocations interface
Schnittstelle, die eine IpAllocations darstellt.
Methoden
Details zur Methode
beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.
function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- ipAllocationName
-
string
Der Name der IpAllocation.
- parameters
- IpAllocation
Parameter, die für den Erstellungs- oder Aktualisierungsvorgang des virtuellen Netzwerks bereitgestellt werden.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.
function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- ipAllocationName
-
string
Der Name der IpAllocation.
- parameters
- IpAllocation
Parameter, die für den Erstellungs- oder Aktualisierungsvorgang des virtuellen Netzwerks bereitgestellt werden.
Die Optionsparameter.
Gibt zurück
Promise<IpAllocation>
beginDelete(string, string, IpAllocationsDeleteOptionalParams)
Löscht die angegebene IpAllocation.
function beginDelete(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- ipAllocationName
-
string
Der Name der IpAllocation.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)
Löscht die angegebene IpAllocation.
function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- ipAllocationName
-
string
Der Name der IpAllocation.
Die Optionsparameter.
Gibt zurück
Promise<void>
get(string, string, IpAllocationsGetOptionalParams)
Ruft die angegebene IpAllocation nach Ressourcengruppe ab.
function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- ipAllocationName
-
string
Der Name der IpAllocation.
- options
- IpAllocationsGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<IpAllocation>
list(IpAllocationsListOptionalParams)
Ruft alle IpAllocations in einem Abonnement ab.
function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Parameter
- options
- IpAllocationsListOptionalParams
Die Optionsparameter.
Gibt zurück
listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)
Ruft alle IpAllocations in einer Ressourcengruppe ab.
function listByResourceGroup(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
Die Optionsparameter.
Gibt zurück
updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)
Aktualisiert eine IpAllocation-Tags.
function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- ipAllocationName
-
string
Der Name der IpAllocation.
- parameters
- TagsObject
Parameter, die zum Aktualisieren von IpAllocation-Tags bereitgestellt werden.
Die Optionsparameter.
Gibt zurück
Promise<IpAllocation>