Elastacloud.AzureManagement.Fluent.Clients.WindowsVirtualMachineClient.ClosePorts C# (CSharp) Method

ClosePorts() public method

public ClosePorts ( string cloudSErviceName, string virtualMachineName ) : void
cloudSErviceName string
virtualMachineName string
return void
        public void ClosePorts(string cloudSErviceName, string virtualMachineName, params InputEndpoint[] endpoints)
        {
            throw new NotImplementedException();
        }