Cloud.GetCloudByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Cloud object with the specified cloud name.
public:
static System::Net::PeerToPeer::Cloud ^ GetCloudByName(System::String ^ cloudName);
public static System.Net.PeerToPeer.Cloud GetCloudByName (string cloudName);
static member GetCloudByName : string -> System.Net.PeerToPeer.Cloud
Public Shared Function GetCloudByName (cloudName As String) As Cloud
Parameters
Returns
The Cloud object with the specified cloud name.
Exceptions
The Cloud name is not known.
Remarks
The maximum size of the name is 256 characters.
If the cloudName
parameter is null
or empty, then null
is returned.
The scope of the cloud, Global, link-local, or otherwise, is specified in Scope.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา