Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 1.71 KB

New-AzNetworkCloudEndpointDependencyObject.md

File metadata and controls

81 lines (59 loc) · 1.71 KB
external help file Module Name online version schema
Az.NetworkCloud-help.xml
Az.NetworkCloud
2.0.0

New-AzNetworkCloudEndpointDependencyObject

SYNOPSIS

Create an in-memory object for EndpointDependency.

SYNTAX

New-AzNetworkCloudEndpointDependencyObject -DomainName <String> [-Port <Int64>]
 [<CommonParameters>]

DESCRIPTION

Create an in-memory object for EndpointDependency.

EXAMPLES

Example 1: Create an in-memory object for EndpointDependency.

New-AzNetworkCloudEndpointDependencyObject -DomainName domainName -Port 1234
DomainName Port
---------- ----
domainName 1234

Create an in-memory object for EndpointDependency.

PARAMETERS

-DomainName

The domain name of the dependency.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Port

The port of this endpoint.

Type: System.Int64
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.EndpointDependency

NOTES

RELATED LINKS