C# 클래스 GoogleCloudExtension.DataSources.DatabaseInstanceExtensions

파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
UpdateAuthorizedNetworks ( DatabaseInstance instance, IList acls ) : void

Update the authorized networks of a instance. This completely replaces the current list of networks with the new list.

비공개 메소드들

메소드 설명
EnsureAuthorizedNetworksInitialized ( DatabaseInstance instance ) : void

Ensure the Authorized Networks field and all of its parents are initialized for an instance.

메소드 상세

UpdateAuthorizedNetworks() 공개 정적인 메소드

Update the authorized networks of a instance. This completely replaces the current list of networks with the new list.
public static UpdateAuthorizedNetworks ( DatabaseInstance instance, IList acls ) : void
instance DatabaseInstance
acls IList
리턴 void