StaticCidrs interface
Interfaz que representa una staticCidrs.
Métodos
| begin |
Elimine el recurso CIDR estático. |
| begin |
Elimine el recurso CIDR estático. |
| create(string, string, string, string, Static |
Crea o actualiza el recurso CIDR estático. |
| get(string, string, string, string, Static |
Obtiene el recurso CIDR estático específico. |
| list(string, string, string, Static |
Obtiene la lista de recursos CIDR estáticos en el nivel de Network Manager. |
Detalles del método
beginDelete(string, string, string, string, StaticCidrsDeleteOptionalParams)
Elimine el recurso CIDR estático.
function beginDelete(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StaticCidrsDeleteHeaders>, StaticCidrsDeleteHeaders>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- networkManagerName
-
string
Nombre del administrador de red.
- poolName
-
string
Nombre del recurso del grupo.
- staticCidrName
-
string
Nombre del recurso StaticCidr que se va a eliminar.
- options
- StaticCidrsDeleteOptionalParams
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<StaticCidrsDeleteHeaders>, StaticCidrsDeleteHeaders>>
beginDeleteAndWait(string, string, string, string, StaticCidrsDeleteOptionalParams)
Elimine el recurso CIDR estático.
function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams): Promise<StaticCidrsDeleteHeaders>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- networkManagerName
-
string
Nombre del administrador de red.
- poolName
-
string
Nombre del recurso del grupo.
- staticCidrName
-
string
Nombre del recurso StaticCidr que se va a eliminar.
- options
- StaticCidrsDeleteOptionalParams
Parámetros de opciones.
Devoluciones
Promise<StaticCidrsDeleteHeaders>
create(string, string, string, string, StaticCidrsCreateOptionalParams)
Crea o actualiza el recurso CIDR estático.
function create(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsCreateOptionalParams): Promise<StaticCidr>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- networkManagerName
-
string
Nombre del administrador de red.
- poolName
-
string
Nombre del recurso del grupo del Administrador de direcciones IP.
- staticCidrName
-
string
Nombre de asignación cidr estático.
- options
- StaticCidrsCreateOptionalParams
Parámetros de opciones.
Devoluciones
Promise<StaticCidr>
get(string, string, string, string, StaticCidrsGetOptionalParams)
Obtiene el recurso CIDR estático específico.
function get(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsGetOptionalParams): Promise<StaticCidr>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- networkManagerName
-
string
Nombre del administrador de red.
- poolName
-
string
Nombre del recurso del grupo.
- staticCidrName
-
string
Nombre del recurso StaticCidr que se va a recuperar.
- options
- StaticCidrsGetOptionalParams
Parámetros de opciones.
Devoluciones
Promise<StaticCidr>
list(string, string, string, StaticCidrsListOptionalParams)
Obtiene la lista de recursos CIDR estáticos en el nivel de Network Manager.
function list(resourceGroupName: string, networkManagerName: string, poolName: string, options?: StaticCidrsListOptionalParams): PagedAsyncIterableIterator<StaticCidr, StaticCidr[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- networkManagerName
-
string
Nombre del administrador de red.
- poolName
-
string
Nombre del recurso del grupo.
- options
- StaticCidrsListOptionalParams
Parámetros de opciones.