C# 클래스 Microsoft.Azure.Commands.TrafficManager.Utilities.TrafficManagerClient

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
CreateTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName, string targetResourceId, string target, string endpointStatus, uint weight, uint priority, string endpointLocation, uint minChildEndpoints ) : TrafficManagerEndpoint
CreateTrafficManagerProfile ( string resourceGroupName, string profileName, string profileStatus, string trafficRoutingMethod, string relativeDnsName, uint ttl, string monitorProtocol, uint monitorPort, string monitorPath, Hashtable tag ) : TrafficManagerProfile
DeleteTrafficManagerEndpoint ( TrafficManagerEndpoint trafficManagerEndpoint ) : bool
DeleteTrafficManagerProfile ( TrafficManagerProfile profile ) : bool
EnableDisableTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint, bool shouldEnableEndpointStatus ) : bool
EnableDisableTrafficManagerProfile ( TrafficManagerProfile profile, bool shouldEnableProfileStatus ) : bool
GetTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName ) : TrafficManagerEndpoint
GetTrafficManagerProfile ( string resourceGroupName, string profileName ) : TrafficManagerProfile
ListTrafficManagerProfiles ( string resourceGroupName = null ) : TrafficManagerProfile[]
SetTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint ) : TrafficManagerEndpoint
SetTrafficManagerProfile ( TrafficManagerProfile profile ) : TrafficManagerProfile
TrafficManagerClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
TrafficManagerClient ( ITrafficManagerManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication

비공개 메소드들

메소드 설명
ExtractResourceGroupFromId ( string id ) : string
GetPowershellTrafficManagerEndpoint ( string id, string resourceGroupName, string profileName, string endpointType, string endpointName, EndpointProperties mamlEndpointProperties ) : TrafficManagerEndpoint
GetPowershellTrafficManagerProfile ( string resourceGroupName, string profileName, Profile mamlProfile ) : TrafficManagerProfile

메소드 상세

CreateTrafficManagerEndpoint() 공개 메소드

public CreateTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName, string targetResourceId, string target, string endpointStatus, uint weight, uint priority, string endpointLocation, uint minChildEndpoints ) : TrafficManagerEndpoint
resourceGroupName string
profileName string
endpointType string
endpointName string
targetResourceId string
target string
endpointStatus string
weight uint
priority uint
endpointLocation string
minChildEndpoints uint
리턴 TrafficManagerEndpoint

CreateTrafficManagerProfile() 공개 메소드

public CreateTrafficManagerProfile ( string resourceGroupName, string profileName, string profileStatus, string trafficRoutingMethod, string relativeDnsName, uint ttl, string monitorProtocol, uint monitorPort, string monitorPath, Hashtable tag ) : TrafficManagerProfile
resourceGroupName string
profileName string
profileStatus string
trafficRoutingMethod string
relativeDnsName string
ttl uint
monitorProtocol string
monitorPort uint
monitorPath string
tag System.Collections.Hashtable
리턴 TrafficManagerProfile

DeleteTrafficManagerEndpoint() 공개 메소드

public DeleteTrafficManagerEndpoint ( TrafficManagerEndpoint trafficManagerEndpoint ) : bool
trafficManagerEndpoint TrafficManagerEndpoint
리턴 bool

DeleteTrafficManagerProfile() 공개 메소드

public DeleteTrafficManagerProfile ( TrafficManagerProfile profile ) : bool
profile TrafficManagerProfile
리턴 bool

EnableDisableTrafficManagerEndpoint() 공개 메소드

public EnableDisableTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint, bool shouldEnableEndpointStatus ) : bool
endpoint TrafficManagerEndpoint
shouldEnableEndpointStatus bool
리턴 bool

EnableDisableTrafficManagerProfile() 공개 메소드

public EnableDisableTrafficManagerProfile ( TrafficManagerProfile profile, bool shouldEnableProfileStatus ) : bool
profile TrafficManagerProfile
shouldEnableProfileStatus bool
리턴 bool

GetTrafficManagerEndpoint() 공개 메소드

public GetTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName ) : TrafficManagerEndpoint
resourceGroupName string
profileName string
endpointType string
endpointName string
리턴 TrafficManagerEndpoint

GetTrafficManagerProfile() 공개 메소드

public GetTrafficManagerProfile ( string resourceGroupName, string profileName ) : TrafficManagerProfile
resourceGroupName string
profileName string
리턴 TrafficManagerProfile

ListTrafficManagerProfiles() 공개 메소드

public ListTrafficManagerProfiles ( string resourceGroupName = null ) : TrafficManagerProfile[]
resourceGroupName string
리턴 TrafficManagerProfile[]

SetTrafficManagerEndpoint() 공개 메소드

public SetTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint ) : TrafficManagerEndpoint
endpoint TrafficManagerEndpoint
리턴 TrafficManagerEndpoint

SetTrafficManagerProfile() 공개 메소드

public SetTrafficManagerProfile ( TrafficManagerProfile profile ) : TrafficManagerProfile
profile TrafficManagerProfile
리턴 TrafficManagerProfile

TrafficManagerClient() 공개 메소드

public TrafficManagerClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication

TrafficManagerClient() 공개 메소드

public TrafficManagerClient ( ITrafficManagerManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication
client ITrafficManagerManagementClient
리턴 Microsoft.Azure.Commands.Common.Authentication